dimensions property

int get dimensions

The number of dimensions in the matrix.

Implementation

int get dimensions => bases.length;