|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
jpicedt.util.math | Bibliothèque de classes pour effectuer des calculs notamment avec: des nombres complexes des polynômes des matrices |
Uses of Matrix in jpicedt.util.math |
---|
Methods in jpicedt.util.math that return Matrix | |
---|---|
Matrix |
Matrix.gaussJordanSolve(Matrix b)
Résout this * x = b, et renvoie x. |
Matrix |
Matrix.gaussJordanTrashSolve(Matrix b)
Résout this * x = b, et renvoie x. |
Matrix |
Matrix.muls(Matrix x)
Produit matriciel this*x. |
Methods in jpicedt.util.math with parameters of type Matrix | |
---|---|
boolean |
Matrix.equals(Matrix x)
|
Matrix |
Matrix.gaussJordanSolve(Matrix b)
Résout this * x = b, et renvoie x. |
Matrix |
Matrix.gaussJordanTrashSolve(Matrix b)
Résout this * x = b, et renvoie x. |
Matrix |
Matrix.muls(Matrix x)
Produit matriciel this*x. |
Constructors in jpicedt.util.math with parameters of type Matrix | |
---|---|
Matrix(Matrix x)
Copie x dans this. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |