Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatUpperTriMatrix) Method

Converts a triangular matrix to a general matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatMatrix ToGeneralMatrix(
	FloatUpperTriMatrix A
)

Parameters

A  FloatUpperTriMatrix
An upper triangular matrix.

Return Value

FloatMatrix
A new general matrix containing the values of A in the upper triangular region, and zeros in the lower triangular region.
See Also