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#
protected Matrix<T> ConjugateCore(
	Matrix<T>? result
)

ParametersPermalink

result  Matrix<T>
The matrix that is to hold the result. May be null.

Return ValuePermalink

Matrix<T>
A matrix whose elements are equal to the conjugate of the corresponding elements of this matrix.

ExceptionsPermalink

DimensionMismatchException

The length of result does not equal the lenght of this matrix.

See AlsoPermalink