SparseOpaqueSymbolicFactorization
A semi-opaque type that represents symbolic matrix factorization.
Declaration
struct SparseOpaqueSymbolicFactorizationOverview
Represents a symbolic matrix factorization (that is, the pattern of the factors without the values). A single symbolic factorization may be the basis for multiple numerical factorizations of matrices with the same pattern but different nonzero values.
Use the SparseCleanup(_:) function to free resources that these objects hold. The system reference-counts the internal factorize pointer, so it’s safe to destroy this object even if numeric factorizations exist that still depend on it.
Topics
Creating an Opaque Symbolic Factorization
init()init(status:rowCount:columnCount:attributes:blockSize:type:factorization:workspaceSize_Float:workspaceSize_Double:factorSize_Float:factorSize_Double:)