ComplexSparseMatrixConjugateTranspose Method |
Returns the conjugate transpose of the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexSparseMatrix ConjugateTranspose()
Public Function ConjugateTranspose As ComplexSparseMatrix
public:
ComplexSparseMatrix^ ConjugateTranspose()
member ConjugateTranspose : unit -> ComplexSparseMatrix
Return Value
Type:
ComplexSparseMatrix
A
ComplexSparseMatrix object which is the conjugate
transpose of the constructed
ComplexSparseMatrix.
See Also