LORENE
Matrice arithmetics

() 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
 

Detailed Description

()

Function Documentation

◆ operator*() [1/3]

Matrix product.

Definition at line 658 of file matrice.C.

◆ operator*() [2/3]

Matrice * double

Definition at line 646 of file matrice.C.

◆ operator*() [3/3]

double * Matrice

Definition at line 652 of file matrice.C.

◆ operator+()

Matrice + Matrice

Definition at line 634 of file matrice.C.

◆ operator-()

Matrice - Matrice

Definition at line 640 of file matrice.C.

◆ operator/()

Matrice / double

Definition at line 693 of file matrice.C.