Example #1
0
 /* free a numeric factorization */
 internal void cs_nfree(ref csn N)
 {
     NativeMethods.cs_di_spfree(N.L);
     NativeMethods.cs_di_spfree(N.U);
     NativeMethods.cs_di_free(N.pinv);
     NativeMethods.cs_di_free(N.B);
 }
Example #2
0
 public static extern IntPtr /* csn* */ cs_di_ndone(ref csn N, ref cs C, IntPtr /* void* */ w, IntPtr /* void* */ x, int ok);
Example #3
0
 public static extern IntPtr /* csn* */ cs_di_nfree(ref csn N);