TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
Matrice Class Reference

Classe Matrice Classe generique de la hierarchie des matrices. More...

#include <Matrice.h>

Inheritance diagram for Matrice:
[legend]
Collaboration diagram for Matrice:
[legend]

Public Member Functions

 Matrice (const Matrice &)=default
Matriceoperator= (const Matrice &matrix)
Matriceoperator= (const Matrice_Base &matrix)
void operator*= (const double &x)

Detailed Description

Classe Matrice Classe generique de la hierarchie des matrices.

Un objet de type Matrice peut referencer n'importe quel objet derivant de Matrice_Base. La plupart des methodes appellent les methodes de l'objet Probleme sous-jacent via la methode valeur()

Dans les commentaires des methodes A represente un objet Matrice.

Definition at line 33 of file Matrice.h.

Constructor & Destructor Documentation

◆ Matrice()

Matrice::Matrice ( const Matrice & )
default

Member Function Documentation

◆ operator*=()

void Matrice::operator*= ( const double & x)
inline

Definition at line 40 of file Matrice.h.

◆ operator=() [1/2]

Matrice & Matrice::operator= ( const Matrice & matrix)

Definition at line 31 of file Matrice.cpp.

◆ operator=() [2/2]

Matrice & Matrice::operator= ( const Matrice_Base & matrix)

Definition at line 37 of file Matrice.cpp.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/cea-trust-platform/checkouts/master/src/Kernel/Math/Matrices/Matrice.h
  • /home/docs/checkouts/readthedocs.org/user_builds/cea-trust-platform/checkouts/master/src/Kernel/Math/Matrices/Matrice.cpp