コード例 #1
0
 /* free a symbolic factorization */
 internal void cs_sfree(ref css S)
 {
     NativeMethods.cs_di_free(S.pinv);
     NativeMethods.cs_di_free(S.q);
     NativeMethods.cs_di_free(S.parent);
     NativeMethods.cs_di_free(S.cp);
     NativeMethods.cs_di_free(S.leftmost);
 }
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: wo80/csparse-interop
 public static extern IntPtr /* csn* */ cs_ci_qr(ref cs A, ref css S);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: wo80/csparse-interop
 public static extern IntPtr /* csn* */ cs_ci_lu(ref cs A, ref css S, double tol);
コード例 #4
0
ファイル: NativeMethods.cs プロジェクト: wo80/csparse-interop
 public static extern IntPtr /* css* */ cs_di_sfree(ref css S);
コード例 #5
0
ファイル: NativeMethods.cs プロジェクト: wo80/csparse-interop
 public static extern IntPtr /* csn* */ cs_di_chol(ref cs A, ref css S);