Click or drag to resize

NMathFunctionsReal(FloatLowerTriMatrix) Method

Calculates the real parts of a given matrix's elements. In this case, since there are no imaginary parts, this method simply returns the given matrix.

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

Parameters

A  FloatLowerTriMatrix
A matrix.

Return Value

FloatLowerTriMatrix
The given matrix.
See Also