SparseSquareMatrix Constructor |
Initializes a new sparse, square matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SparseSquareMatrix(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
SparseSquareMatrix(
int dimension
)
new :
dimension : int -> SparseSquareMatrix
Parameters
- dimension
- Type: SystemInt32
The dimension of the matrix, which must be positive.
See Also