dimensions property
int
get
dimensions
The number of dimensions in the matrix.
Implementation
int get dimensions => bases.length;
The number of dimensions in the matrix.
int get dimensions => bases.length;