SparseGetTranspose(_:)
Returns a transposed copy of the specified double-precision subfactor.
Declaration
func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Double) -> SparseOpaqueSubfactor_DoubleParameters
- Subfactor:
The subfactor to transpose.
Return Value
An object equivalent to the transpose of the one you provide. Because this is a reference-counted subfactor, the system must free it through a call to SparseCleanup(_:) when it no longer needs it.