SparseFactor(_:_:_:_:)
Returns the specified factorization of a sparse matrix of complex double values, using the specified options.
Declaration
func SparseFactor(_ type: SparseFactorization_t, _ Matrix: SparseMatrix_Complex_Double, _ options: SparseSymbolicFactorOptions, _ nfoptions: SparseNumericFactorOptions) -> SparseOpaqueFactorization_Complex_DoubleParameters
- type:
The type of factorization to perform.
- Matrix:
The matrix to factorize.
- nfoptions:
Numeric factor options, for example pivoting parameters.
Return Value
Factorization of Matrix.