Click or drag to resize

FloatUpperTriMatrix(Int32) Constructor

Constructs a square FloatUpperTriMatrix 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 FloatUpperTriMatrix(
	int order
)

Parameters

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