Click or drag to resize

FloatLowerTriMatrix(FloatSymmetricMatrix) Constructor

Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a symmetric matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatLowerTriMatrix(
	FloatSymmetricMatrix A
)

Parameters

A  FloatSymmetricMatrix
A symmetric matrix.
See Also