menu
quantools package
documentation
mathematics.dart
Matrix
get method
get method
dark_mode
light_mode
get
method
Complex
get
(
int
i
,
int
j
)
Implementation
Complex get(int i, int j) { return entries[i][j]; }
quantools package
documentation
mathematics
Matrix
get method
Matrix class