Click or drag to resize

DoubleSymmetricMatrix(Int32) Constructor

Constructs a DoubleSymmetricMatrix instance with the specified size.

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

Parameters

order  Int32
The size of the the square matrix (order x order).
Remarks
Results in an order x order matrix. All elements are initialized to zero.
See Also