Click or drag to resize

NMathFunctionsReal(FloatComplexMatrix) 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 FloatMatrix Real(
	FloatComplexMatrix A
)

Parameters

A  FloatComplexMatrix
A matrix.

Return Value

FloatMatrix
A new matrix containing the real parts of A.
See Also