SparseFactor(_:_:)
Returns the specified factorization of a sparse matrix of complex float values.
Declaration
func SparseFactor(_ type: SparseFactorization_t, _ Matrix: SparseMatrix_Complex_Float) -> SparseOpaqueFactorization_Complex_FloatParameters
- type:
The type of factorization to perform.
- Matrix:
The matrix to factorize.