Matrix<T>.Conjugate Core Method
Conjugates the elements of a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are equal to the conjugate of the corresponding elements of this matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected Matrix<T> ConjugateCore(
Matrix<T> result
)
Parameters
Return Value
Matrix<T>A matrix whose elements are equal to the conjugate of the corresponding elements of this matrix.
Exceptions
Dimension | The length of result does not equal the lenght of this matrix. |