Contents

SparseSolve(_:_:)

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

Declaration

func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Float, _ XB: DenseMatrix_Float)

Parameters

See Also

Matrix-solving functions