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

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

#include <arcane/matrix/MatrixVectorOperationsT.h>

+ Graphe d'héritage de Arcane::VectorAXPY< M, V >:
+ Graphe de collaboration de Arcane::VectorAXPY< M, V >:

Fonctions membres publiques

 VectorAXPY (const MatrixExpr< M > &a, const VectorExpr< V > &y)
 
const IndexedSpacedomain () const
 
- Fonctions membres publiques hérités de Arcane::VectorExpr< VectorAXPY< M, V > >
 operator VectorAXPY< M, V > & ()
 
 operator VectorAXPY< M, V > const & () const
 
Real operator[] (int i) const
 
const IndexedSpacedomain () const
 

Attributs privés

M const & m_a
 
V const & m_x
 

Description détaillée

template<class M, class V>
class Arcane::VectorAXPY< M, V >

Matrix Helper class to handle add and scalar multiply.

Définition à la ligne 37 du fichier MatrixVectorOperationsT.h.

Documentation des constructeurs et destructeur

◆ VectorAXPY()

template<class M , class V >
Arcane::VectorAXPY< M, V >::VectorAXPY ( const MatrixExpr< M > &  a,
const VectorExpr< V > &  y 
)

Définition à la ligne 60 du fichier MatrixVectorOperationsT.h.

◆ ~VectorAXPY()

template<class M , class V >
Arcane::VectorAXPY< M, V >::~VectorAXPY ( )
inline

Définition à la ligne 43 du fichier MatrixVectorOperationsT.h.

Documentation des fonctions membres

◆ domain()

template<class M , class V >
const IndexedSpace & Arcane::VectorAXPY< M, V >::domain ( ) const

Définition à la ligne 69 du fichier MatrixVectorOperationsT.h.

Documentation des données membres

◆ m_a

template<class M , class V >
M const& Arcane::VectorAXPY< M, V >::m_a
private

Définition à la ligne 48 du fichier MatrixVectorOperationsT.h.

◆ m_x

template<class M , class V >
V const& Arcane::VectorAXPY< M, V >::m_x
private

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


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