Contents

SparseSolve(_:_:)

Solves the equation Subfactor * X = B in place for the vector of double-precision values X.

Declaration

func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Double, _ XB: DenseVector_Double)

Parameters

See Also

Vector-solving functions