Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::VectorExpr< V > Class Template Reference

Class to inherite to perform matrix computations. More...

#include <arcane/matrix/VectorExpressionT.h>

Collaboration diagram for Arcane::VectorExpr< V >:

Public Member Functions

 operator V& ()
 operator V const & () const
Real operator[] (int i) const
const IndexedSpacedomain () const

Detailed Description

template<class V>
class Arcane::VectorExpr< V >

Class to inherite to perform matrix computations.

Definition at line 36 of file VectorExpressionT.h.

Member Function Documentation

◆ domain()

template<class V>
const IndexedSpace & Arcane::VectorExpr< V >::domain ( ) const
inline

Definition at line 48 of file VectorExpressionT.h.

◆ operator V const &()

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

Definition at line 41 of file VectorExpressionT.h.

◆ operator V&()

template<class V>
Arcane::VectorExpr< V >::operator V& ( )
inline

Definition at line 40 of file VectorExpressionT.h.

◆ operator[]()

template<class V>
Real Arcane::VectorExpr< V >::operator[] ( int i) const
inline

Definition at line 45 of file VectorExpressionT.h.


The documentation for this class was generated from the following file: