Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::MatrixLinComb< M1, M2 >

Matrix Helper class to handle add and scalar multiply. Plus de détails...

#include <arcane/matrix/MatrixOperationsT.h>

+ Graphe d'héritage de Arcane::MatrixLinComb< M1, M2 >:
+ Graphe de collaboration de Arcane::MatrixLinComb< M1, M2 >:

Fonctions membres publiques

 MatrixLinComb (double alpha, const MatrixExpr< M1 > &x, double beta, const MatrixExpr< M2 > &y)
 
const IndexedSpacemaps_from () const
 
const IndexedSpacemaps_to () const
 
- Fonctions membres publiques hérités de Arcane::MatrixExpr< MatrixLinComb< M1, M2 > >
 operator MatrixLinComb< M1, M2 > & ()
 
 operator MatrixLinComb< M1, M2 > const & () const
 
const IndexedSpacemaps_from () const
 
const IndexedSpacemaps_to () const
 

Attributs privés

M1 const & m_x
 
M2 const & m_y
 

Description détaillée

template<class M1, class M2>
class Arcane::MatrixLinComb< M1, M2 >

Matrix Helper class to handle add and scalar multiply.

Définition à la ligne 36 du fichier MatrixOperationsT.h.

Documentation des constructeurs et destructeur

◆ MatrixLinComb()

template<class M1 , class M2 >
Arcane::MatrixLinComb< M1, M2 >::MatrixLinComb ( double  alpha,
const MatrixExpr< M1 > &  x,
double  beta,
const MatrixExpr< M2 > &  y 
)

Définition à la ligne 74 du fichier MatrixOperationsT.h.

◆ ~MatrixLinComb()

template<class M1 , class M2 >
Arcane::MatrixLinComb< M1, M2 >::~MatrixLinComb ( )
inline

Définition à la ligne 42 du fichier MatrixOperationsT.h.

Documentation des fonctions membres

◆ maps_from()

template<class M1 , class M2 >
const IndexedSpace & Arcane::MatrixLinComb< M1, M2 >::maps_from ( ) const
inline

Définition à la ligne 44 du fichier MatrixOperationsT.h.

◆ maps_to()

template<class M1 , class M2 >
const IndexedSpace & Arcane::MatrixLinComb< M1, M2 >::maps_to ( ) const
inline

Définition à la ligne 45 du fichier MatrixOperationsT.h.

Documentation des données membres

◆ m_x

template<class M1 , class M2 >
M1 const& Arcane::MatrixLinComb< M1, M2 >::m_x
private

Définition à la ligne 49 du fichier MatrixOperationsT.h.

◆ m_y

template<class M1 , class M2 >
M2 const& Arcane::MatrixLinComb< M1, M2 >::m_y
private

Définition à la ligne 50 du fichier MatrixOperationsT.h.


La documentation de cette classe a été générée à partir du fichier suivant :