Click or drag to resize

NMathFunctionsReal(FloatComplexBandMatrix) 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 FloatBandMatrix Real(
	FloatComplexBandMatrix A
)

Parameters

A  FloatComplexBandMatrix
A matrix.

Return Value

FloatBandMatrix
The given matrix.
See Also