LORENE
Matrice arithmetics

() More...

Functions

Matrice Lorene::operator+ (const Matrice &, const Matrice &)
 Matrice + Matrice More...
 
Matrice Lorene::operator- (const Matrice &, const Matrice &)
 Matrice - Matrice More...
 
Matrice Lorene::operator* (const Matrice &, double)
 Matrice * double More...
 
Matrice Lorene::operator* (double, const Matrice &)
 double * Matrice More...
 
Matrice Lorene::operator* (const Matrice &, const Matrice &)
 Matrix product. More...
 
Matrice Lorene::operator/ (const Matrice &, double)
 Matrice / double More...
 

Detailed Description

()

Function Documentation

◆ operator*() [1/3]

Matrice Lorene::operator* ( const Matrice a,
double  x 
)

Matrice * double

Definition at line 649 of file matrice.C.

References Lorene::Matrice::std.

◆ operator*() [2/3]

Matrice Lorene::operator* ( double  x,
const Matrice a 
)

double * Matrice

Definition at line 655 of file matrice.C.

References Lorene::Matrice::std.

◆ operator*() [3/3]

Matrice Lorene::operator* ( const Matrice aa,
const Matrice bb 
)

Matrix product.

Definition at line 661 of file matrice.C.

References Lorene::Tbl::get_dim(), Lorene::Matrice::get_etat(), and Lorene::Matrice::std.

◆ operator+()

Matrice Lorene::operator+ ( const Matrice a,
const Matrice b 
)

Matrice + Matrice

Definition at line 637 of file matrice.C.

References Lorene::Matrice::std.

◆ operator-()

Matrice Lorene::operator- ( const Matrice a,
const Matrice b 
)

Matrice - Matrice

Definition at line 643 of file matrice.C.

References Lorene::Matrice::std.

◆ operator/()

Matrice Lorene::operator/ ( const Matrice a,
double  x 
)

Matrice / double

Definition at line 696 of file matrice.C.

References Lorene::Matrice::std.