Name | Description | |
---|---|---|
![]() |
data | Data array: data is stored in columns. |
![]() |
dim1 | Dimension 1, the number of rows |
![]() |
dim2 | Dimension 2, the number of columns |
Name | Description | |
---|---|---|
![]() |
AddRows | Enlarges the matrix to num_rows rows |
![]() |
CreateMatrix | There is no summary. |
![]() |
GetColumn | Returns a copy of the j-th column of the matrix |
![]() |
GetRow | Returns a copy of the i-th row of the matrix |
![]() |
Grow | Grows the matrix to the requested size, if necessary |
![]() |
Init | Init the matrix with a default value |
![]() |
SetColumn | Sets the values of the j-th column to the values in a given array |
![]() |
SetColumnToOneValue | Sets an entire column to a specified value |
![]() |
SetRow | Sets the values of the i-th row to the values in a given array |
![]() |
SetRowToOneValue | Sets an entire row to a specified value |
Name | Description | |
---|---|---|
![]() ![]() |
IsSymmetric | There is no summary. |
![]() ![]() |
Item | There is no summary. |
![]() |
NumberOfColumns | There is no summary. |
![]() |
NumberOfRows | There is no summary. |