TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Matrice Class Reference

Matrice class - Generic class in the matrix hierarchy. 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

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.

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/trust-code/src/Kernel/Math/Matrices/Matrice.h
  • /home/docs/trust-code/src/Kernel/Math/Matrices/Matrice.cpp