|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Matrice class - Generic class in the matrix hierarchy. More...
#include <Matrice.h>
Public Member Functions | |
| Matrice (const Matrice &)=default | |
| Matrice & | operator= (const Matrice &matrix) |
| Matrice & | operator= (const Matrice_Base &matrix) |
| void | operator*= (const double &x) |
Matrice class - Generic class in the matrix hierarchy.
An object of type Matrice can reference any object deriving from Matrice_Base. Most methods call the methods of the underlying object via the valeur() method.
In the method comments, A represents a Matrice object.
|
default |
Definition at line 31 of file Matrice.cpp.
| Matrice & Matrice::operator= | ( | const Matrice_Base & | matrix | ) |
Definition at line 37 of file Matrice.cpp.