-
Notifications
You must be signed in to change notification settings - Fork 1
Matrix
Matthew Daly edited this page Jan 3, 2023
·
4 revisions
Namespace: Verdant
public class Matrix
A Matrix data type.
Navigate
Property | Description |
---|---|
Rows | The number of rows in the matrix. |
Columns | The number of columns in the matrix. |
Data | The values in the matrix. |
public Matrix(int r, int c)
Initialize a new Matrix.
Parameter | Description |
---|---|
int r
|
The number of rows. |
int c
|
The number of columns. |
The Verdant wiki is automatically generated from documentation comments in the codebase by markify.