Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatLowerTriMatrix) 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(
	FloatLowerTriMatrix A
)

Parameters

A  FloatLowerTriMatrix
A lower triangular matrix.

Return Value

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