Click or drag to resize

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

Parameters

A  DoubleComplexUpperTriMatrix
A matrix.

Return Value

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