menu
linalg package
documentation
matrix.dart
Matrix
m property
m property
dark_mode
light_mode
m
property
int
get
m
Returns the number of rows
Implementation
int get m => _values.length;
linalg package
documentation
matrix
Matrix
m property
Matrix class