Constructs a new matrix of the specified
dimensions using the specified values array.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Matrix(
int rowCount,
int columnCount,
ArrayAttributes attributes
)
Protected Sub New (
rowCount As Integer,
columnCount As Integer,
attributes As ArrayAttributes
)
protected:
Matrix(
int rowCount,
int columnCount,
ArrayAttributes attributes
)
new :
rowCount : int *
columnCount : int *
attributes : ArrayAttributes -> Matrix
Parameters
- rowCount
- Type: SystemInt32
The number of rows. - columnCount
- Type: SystemInt32
The number of columns. - attributes
- Type: Extreme.MathematicsArrayAttributes
The attributes of the new matrix.
Reference