SparseFactor(_:_:)
Returns the factorization of a sparse matrix of complex float values corresponding to the supplied symbolic factorization.
Declaration
func SparseFactor(_ SymbolicFactor: SparseOpaqueSymbolicFactorization, _ Matrix: SparseMatrix_Complex_Float) -> SparseOpaqueFactorization_Complex_FloatReturn Value
Factorization of Matrix.
Discussion
Parameter SymbolicFactor A symbolic factorization, as returned by a call of the form
SymbolicFactor = SparseFactor(Matrix.structure).Parameter Matrix The matrix to factorize.