Contents

SparseSolve(_:_:_:)

Solves the equation Subfactor * X = B for the matrix of double-precision values X.

Declaration

func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Double, _ B: DenseMatrix_Double, _ X: DenseMatrix_Double)

Parameters

See Also

Matrix-solving functions