SparseGetTranspose(_:)
Returns a transposed, reference-counted copy of a SparseOpaqueFactorization_Complex_Float.
Declaration
func SparseGetTranspose(_ Factor: SparseOpaqueFactorization_Complex_Float) -> SparseOpaqueFactorization_Complex_FloatParameters
- 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.