Click or drag to resize

NMathFunctionsReal(DoubleComplexUpperTriMatrix) 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 DoubleUpperTriMatrix Real(
	DoubleComplexUpperTriMatrix A
)

Parameters

A  DoubleComplexUpperTriMatrix
A matrix.

Return Value

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