Click or drag to resize

DoubleComplexBandMatrixConjTranspose Method

Returns the conjugate transpose of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexBandMatrix ConjTranspose()

Return Value

DoubleComplexBandMatrix
A banded matrix matrix B such that B[i,k] = conj(A[k,i]).
Remarks
The returned matrix has its own copy of the data.
See Also