menu
dart_clip package
documentation
math/matrix.dart
MathMatrix
set method
set method
dark_mode
light_mode
set
method
void
set
(
int
row
,
int
col
,
dynamic
val
)
Implementation
void set( int row, int col, dynamic val ){ expand( row, col ).ass( val ); }
dart_clip package
documentation
math/matrix
MathMatrix
set method
MathMatrix class