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

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

#include <arcane/matrix/Matrix.h>

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

Fonctions membres publiques

 Matrix (const IndexedSpace &from=EmptyIndexedSpace(), const IndexedSpace &to=EmptyIndexedSpace())
 
template<class M >
 Matrix (const MatrixExpr< M > &src)
 
template<class M >
Matrixoperator= (const MatrixExpr< M > &src)
 
const IndexedSpacemaps_from () const
 
const IndexedSpacemaps_to () const
 
- Fonctions membres publiques hérités de Arcane::MatrixExpr< Matrix >
 operator Matrix & ()
 
 operator Matrix const & () const
 
const IndexedSpacemaps_from () const
 
const IndexedSpacemaps_to () const
 

Attributs privés

IndexedSpace m_from
 
IndexedSpace m_to
 

Description détaillée

Matrix class, to be used by user.

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

Documentation des constructeurs et destructeur

◆ Matrix() [1/2]

Arcane::Matrix::Matrix ( const IndexedSpace from = EmptyIndexedSpace(),
const IndexedSpace to = EmptyIndexedSpace() 
)
inline

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

◆ Matrix() [2/2]

template<class M >
Arcane::Matrix::Matrix ( const MatrixExpr< M > &  src)
inline

Définition à la ligne 42 du fichier matrix/Matrix.h.

◆ ~Matrix()

Arcane::Matrix::~Matrix ( )
inline

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

Documentation des fonctions membres

◆ maps_from()

const IndexedSpace & Arcane::Matrix::maps_from ( ) const
inline

Définition à la ligne 49 du fichier matrix/Matrix.h.

◆ maps_to()

const IndexedSpace & Arcane::Matrix::maps_to ( ) const
inline

Définition à la ligne 50 du fichier matrix/Matrix.h.

◆ operator=()

template<class M >
Matrix & Arcane::Matrix::operator= ( const MatrixExpr< M > &  src)
inline

Définition à la ligne 47 du fichier matrix/Matrix.h.

Documentation des données membres

◆ m_from

IndexedSpace Arcane::Matrix::m_from
private

Définition à la ligne 53 du fichier matrix/Matrix.h.

◆ m_to

IndexedSpace Arcane::Matrix::m_to
private

Définition à la ligne 54 du fichier matrix/Matrix.h.


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