Click or drag to resize

MatrixTConjugateTranspose(MatrixT) Method

Puts the conjugate transpose of this matrix into the result matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract void ConjugateTranspose(
	Matrix<T> result
)

Parameters

result  MatrixT
The matrix that receives the conjugate transpose.
See Also