Click or drag to resize

NMathFunctionsReal(DoubleComplexTriDiagMatrix) Method

Calculates the real parts of a given matrix's elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleTriDiagMatrix Real(
	DoubleComplexTriDiagMatrix A
)

Parameters

A  DoubleComplexTriDiagMatrix
A matrix.

Return Value

DoubleTriDiagMatrix
The given matrix.
See Also