Constructs a square DoubleUpperTriMatrix instance with the specified
size. All elements are initialized to zero.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleUpperTriMatrix( int order ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ order As Integer _ ) |
| Visual C++ |
|---|
public: DoubleUpperTriMatrix( int order ) |
Parameters
- order
- Type: System..::.Int32
The size of the square matrix (order x order).