Click or drag to resize

MatrixTConjugate Method

Complex conjugate each element of this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> Conjugate()

Return Value

MatrixT
A matrix containing the conjugated values.
See Also