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

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public static DoubleComplexUpperTriMatrix Conj(
	DoubleComplexUpperTriMatrix A
)
Visual Basic
Public Shared Function Conj ( _
	A As DoubleComplexUpperTriMatrix _
) As DoubleComplexUpperTriMatrix
Visual C++
public:
static DoubleComplexUpperTriMatrix^ Conj(
	DoubleComplexUpperTriMatrix^ A
)

Return Value

A new matrix containing the complex conjugates of A.

See Also