Contents

SparseSolve(_:_:_:)

Solve the equation Subfactor * x = b for the vector x of complex double values.

Declaration

func SparseSolve(_ Subfactor: SparseOpaqueSubfactor_Complex_Double, _ B: DenseVector_Complex_Double, _ X: DenseVector_Complex_Double)

Parameters

  • Subfactor:

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

See Also

Complex direct solving functions