DiagonalMatrix Constructor (Int32) |
Initializes a new, empty diagonal matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public DiagonalMatrix(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
DiagonalMatrix(
int dimension
)
new :
dimension : int -> DiagonalMatrix
Parameters
- dimension
- Type: SystemInt32
The dimension of the matrix.
Exceptions See Also