コード例 #1
0
 public void Dispose()
 {
     BLAS(SafeNativeMethods.destroyBLASHandle(_blasHandle));
     Solver(SafeNativeMethods.destroySolverHandle(_solverHandle));
 }