MatrixConjugateTranspose(MatrixComplex) Method |
Puts the conjugate transpose of this matrix into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override sealed void ConjugateTranspose(
Matrix<Complex> result
)
Parameters
- result MatrixComplex
[Missing <param name="result"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex.Matrix.ConjugateTranspose(Altaxo.Calc.LinearAlgebra.Matrix{System.Numerics.Complex})"]
See Also