Click or drag to resize

DoubleLowerTriMatrix(DoubleSymmetricMatrix) Constructor

Constructs a square DoubleLowerTriMatrix 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 DoubleLowerTriMatrix(
	DoubleSymmetricMatrix A
)

Parameters

A  DoubleSymmetricMatrix
A symmetric matrix.
See Also