コード例 #1
0
ファイル: LinearSystemDEC.cs プロジェクト: meshdgp/MeshDGP
  // backsolves the prefactored positive definite sparse linear system LL'x = b
 public void backsolvePositiveDefinite(ref SparseFactor<T>  L, ref DenseMatrix<T>  x,ref DenseMatrix<T>  b ) 
 {
 }
コード例 #2
0
 // backsolves the prefactored positive definite sparse linear system LL'x = b
 public void backsolvePositiveDefinite(ref SparseFactor <T> L, ref DenseMatrix <T> x, ref DenseMatrix <T> b)
 {
 }