Matrix<T>.ConjugateCore Method
Conjugates the elements of a matrix.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A matrix whose elements are equal to the conjugate of the corresponding elements of this matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
protected Matrix<T> ConjugateCore(
Matrix<T>? result
)
ParametersPermalink
Return ValuePermalink
Matrix<T>A matrix whose elements are equal to the conjugate of the corresponding elements of this matrix.
ExceptionsPermalink
Dimension | The length of result does not equal the lenght of this matrix. |