Click or drag to resize

NMathFunctionsReal(FloatComplexTriDiagMatrix) 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 FloatTriDiagMatrix Real(
	FloatComplexTriDiagMatrix A
)

Parameters

A  FloatComplexTriDiagMatrix
A matrix.

Return Value

FloatTriDiagMatrix
The given matrix.
See Also