Click or drag to resize

NMathFunctionsReal(DoubleComplexLowerTriMatrix) 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 DoubleLowerTriMatrix Real(
	DoubleComplexLowerTriMatrix A
)

Parameters

A  DoubleComplexLowerTriMatrix
A matrix.

Return Value

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