Returns the conjugate transpose of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ComplexSparseMatrix ConjugateTranspose()
Visual Basic (Declaration)
Public Function ConjugateTranspose As ComplexSparseMatrix
Visual C++
public:
ComplexSparseMatrix^ ConjugateTranspose()

Return Value

A ComplexSparseMatrix object which is the conjugate transpose of the constructed ComplexSparseMatrix.

See Also