Click or drag to resize

NMathFunctionsConj(FloatComplexLowerTriMatrix) Method

Calculates the complex conjugates of a given matrix's elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexLowerTriMatrix Conj(
	FloatComplexLowerTriMatrix A
)

Parameters

A  FloatComplexLowerTriMatrix
A matrix.

Return Value

FloatComplexLowerTriMatrix
A new matrix containing the complex conjugates of A.
See Also