Click or drag to resize

DoubleLowerTriMatrix(Int32) Constructor

Constructs a square DoubleLowerTriMatrix instance with the specified size. All elements are initialized to zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleLowerTriMatrix(
	int order
)

Parameters

order  Int32
The size of the square matrix (order x order).
See Also