Click or drag to resize

NMathFunctionsConj(FloatComplexUpperTriMatrix) 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 FloatComplexUpperTriMatrix Conj(
	FloatComplexUpperTriMatrix A
)

Parameters

A  FloatComplexUpperTriMatrix
A matrix.

Return Value

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