SparseFactor(_:_:)
Returns a symbolic factorization of the requested type for a complex matrix with the given structure.
Declaration
func SparseFactor(_ type: SparseFactorization_t, _ Matrix: SparseMatrixStructureComplex) -> SparseOpaqueSymbolicFactorizationParameters
- type:
The type of factorization to perform.
- Matrix:
The structure of the sparse matrix to be factorized.
Return Value
The requested symbolic factorization of Matrix.
Discussion
The resulting symbolic factorization may be used for multiple numerical factorizations with different numerical values but the same non-zero structure.