menu
jrpn
jrpn15.matrix
CopyMatrix
get method
get
brightness_4
get
method
Null safety
@
override
Value
get
(
int
row
,
int
col
)
override
Implementation
@override Value get(int row, int col) => _values[row * columns + col];
jrpn
jrpn15.matrix
CopyMatrix
get method
CopyMatrix class
Constructors
CopyMatrix
Properties
columns
hashCode
rows
runtimeType
toStringDim
Methods
dot
equivalent
formatValueWith
get
getF
identity
noSuchMethod
residual
set
setF
toString
visit
Operators
operator ==