SparseSolve(_:_:_:)
Solves the equation Subfactor * X = B in place for the vector of double-precision values X.
Declaration
func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Double, _ B: DenseVector_Double, _ X: DenseVector_Double)Parameters
- Subfactor:
The Subfactor in Subfactor * X = B that Sparsecreatesubfactor(_:_:) 49d8w returns.
- B:
The vector B.
- X:
The vector X.