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