Example #1
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 ) 
 {
 }
Example #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)
 {
 }