Contents

SparseGetConjugateTranspose(_:)

Returns a conjugate transposed copy of the specified specified matrix of complex double values.

Declaration

func SparseGetConjugateTranspose(_ Matrix: SparseMatrix_Complex_Double) -> SparseMatrix_Complex_Double

Parameters

  • Matrix:

    The matrix to conjugate transpose.

Return Value

A copy of matrix with matrix.structure.attributes.transpose bit flipped and matrix.structure.attributes.conjugate_transpose bit set.

Discussion

Note that the underlying storage is not reference counted, so users must ensure the original matrix (or at least its underlying storage) is not destroyed before they are finished with the matrix returned by this routine.

See Also

Complex conjugate transpose functions