Contents

SparseGetTranspose(_:)

Returns a transposed copy of the specified single-precision factorization.

Declaration

func SparseGetTranspose(_ Factor: SparseOpaqueFactorization_Float) -> SparseOpaqueFactorization_Float

Parameters

  • 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.

See Also

Factorization transpose functions