Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleComplexUpperTriMatrix) Method

Converts a triangular matrix to a general matrix.

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

Parameters

A  DoubleComplexUpperTriMatrix
A lower triangular matrix.

Return Value

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