Contents

SparseSolve(_:_:)

Solve the equation Subfactor * x = b for the vector x of complex float values, in place.

Declaration

func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Complex_Float, _ XB: DenseVector_Complex_Float)

Parameters

  • Subfactor:

    (Input) The subfactor to solve a system involving, as returned by SparseCreateSubfactor().

See Also

Complex direct solving functions