示例#1
0
 public static extern af_err af_inverse(out IntPtr array_out, IntPtr array_in, af_mat_prop options);
示例#2
0
 public static extern af_err af_dot_all(out double real, out double imag, IntPtr array_lhs, IntPtr array_rhs, af_mat_prop optLhs, af_mat_prop optRhs);
示例#3
0
 public static extern af_err af_solve_lu(out IntPtr array_x, IntPtr array_a, IntPtr array_piv, IntPtr array_b, af_mat_prop options);
示例#4
0
 public static extern af_err af_dot(out IntPtr array_out, IntPtr array_lhs, IntPtr array_rhs, af_mat_prop optLhs, af_mat_prop optRhs);