Click or drag to resize

MatrixConjugateTranspose(MatrixComplex32) Method

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

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override sealed void ConjugateTranspose(
	Matrix<Complex32> result
)

Parameters

result  MatrixComplex32

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.Matrix.ConjugateTranspose(Altaxo.Calc.LinearAlgebra.Matrix{Altaxo.Calc.Complex32})"]

See Also