Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::Vector

Vector class, to be used by user. Plus de détails...

#include <arcane/matrix/Vector.h>

+ Graphe d'héritage de Arcane::Vector:
+ Graphe de collaboration de Arcane::Vector:

Fonctions membres publiques

 Vector (const IndexedSpace &domain)
 
template<class V >
 Vector (const VectorExpr< V > &src)
 
template<class V >
Vectoroperator= (const VectorExpr< V > &src)
 
Real operator[] (int i) const
 
const IndexedSpacedomain () const
 
- Fonctions membres publiques hérités de Arcane::VectorExpr< Vector >
 operator Vector & ()
 
 operator Vector const & () const
 
Real operator[] (int i) const
 
const IndexedSpacedomain () const
 

Attributs privés

IndexedSpace m_domain
 

Description détaillée

Vector class, to be used by user.

Définition à la ligne 35 du fichier matrix/Vector.h.

Documentation des constructeurs et destructeur

◆ Vector() [1/2]

Arcane::Vector::Vector ( const IndexedSpace domain)
inline

Définition à la ligne 38 du fichier matrix/Vector.h.

◆ Vector() [2/2]

template<class V >
Arcane::Vector::Vector ( const VectorExpr< V > &  src)
inline

Définition à la ligne 39 du fichier matrix/Vector.h.

◆ ~Vector()

Arcane::Vector::~Vector ( )
inline

Définition à la ligne 41 du fichier matrix/Vector.h.

Documentation des fonctions membres

◆ domain()

const IndexedSpace & Arcane::Vector::domain ( ) const
inline

Définition à la ligne 48 du fichier matrix/Vector.h.

◆ operator=()

template<class V >
Vector & Arcane::Vector::operator= ( const VectorExpr< V > &  src)
inline

Définition à la ligne 44 du fichier matrix/Vector.h.

◆ operator[]()

Real Arcane::Vector::operator[] ( int  i) const
inline

Définition à la ligne 46 du fichier matrix/Vector.h.

Documentation des données membres

◆ m_domain

IndexedSpace Arcane::Vector::m_domain
private

Définition à la ligne 51 du fichier matrix/Vector.h.


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