Uses of Class
math_physics.math.CoordinatesNotExistsException
Package | Description |
---|---|
math_physics.math |
Description : Package contenant des classes pour effectuer des
opérations algébriques avancées.
|
-
Uses of CoordinatesNotExistsException in math_physics.math
Methods in math_physics.math that throw CoordinatesNotExistsException Modifier and Type Method Description double
BinaryMatrix. getValue(int i, int j)
Permet de récupérer un élément aux coordonnées (i,j) de la matrice.void
BinaryMatrix. setValue(double value, int i, int j)
Permet de placer un élément aux coordonnées (i,j) de la matrice.