LORENE
|
() More...
Functions | |
Matrice | Lorene::operator+ (const Matrice &a, const Matrice &b) |
Matrice + Matrice | |
Matrice | Lorene::operator- (const Matrice &a, const Matrice &b) |
Matrice - Matrice | |
Matrice | Lorene::operator* (const Matrice &a, double x) |
Matrice * double | |
Matrice | Lorene::operator* (double x, const Matrice &a) |
double * Matrice | |
Matrice | Lorene::operator* (const Matrice &aa, const Matrice &bb) |
Matrix product. | |
Matrice | Lorene::operator/ (const Matrice &a, double x) |
Matrice / double | |
()