Click or drag to resize

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

Parameters

A  DoubleComplexTriDiagMatrix
A matrix.

Return Value

DoubleComplexTriDiagMatrix
The given matrix.
See Also