Click or drag to resize
ComplexSparseMatrixConjugateTranspose Method
Returns the conjugate transpose of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSparseMatrix ConjugateTranspose()

Return Value

Type: ComplexSparseMatrix
A ComplexSparseMatrix object which is the conjugate transpose of the constructed ComplexSparseMatrix.
See Also