SparseGetTranspose(_:)
Returns a transposed copy of the specified double-precision factorization.
Declaration
func SparseGetTranspose(_ Factor: SparseOpaqueFactorization_Double) -> SparseOpaqueFactorization_DoubleParameters
- Factor:
The factorization to transpose.
Return Value
A matrix factorization of A__ᵀ, where the original was of A. Because this is a reference-counted factorization, you must free it through a call to SparseCleanup(_:) when you no longer need it.