SparseGetTranspose(_:)
Returns a transposed, reference-counted copy of a SparseOpaqueFactorization_Complex_Double.
Declaration
func SparseGetTranspose(_ Factor: SparseOpaqueFactorization_Complex_Double) -> SparseOpaqueFactorization_Complex_DoubleParameters
- Factor:
The factorization to transpose.
Return Value
A matrix factorization of A^T, where the original was of A. As this is reference counted, it must be freed through a call to SparseCleanup once it is no longer required.