DiagonalMatrix Constructor (Int32) |
Initializes a new instance with the given dimension.
All elements of the matrix will be zero.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DiagonalMatrix(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
DiagonalMatrix(
int dimension
)
new :
dimension : int -> DiagonalMatrix
Parameters
- dimension
- Type: System.Int32
The row and column dimension of the matrix.
See Also