Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MatrixExpr< M > Class Template Reference

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

#include <arcane/matrix/MatrixExpressionT.h>

Collaboration diagram for Arcane::MatrixExpr< M >:

Public Member Functions

 operator M& ()
 operator M const & () const
const IndexedSpacemaps_from () const
const IndexedSpacemaps_to () const

Detailed Description

template<class M>
class Arcane::MatrixExpr< M >

Class to inherite to perform matrix computations.

Definition at line 37 of file MatrixExpressionT.h.

Member Function Documentation

◆ maps_from()

template<class M>
const IndexedSpace & Arcane::MatrixExpr< M >::maps_from ( ) const
inline

Definition at line 44 of file MatrixExpressionT.h.

◆ maps_to()

template<class M>
const IndexedSpace & Arcane::MatrixExpr< M >::maps_to ( ) const
inline

Definition at line 47 of file MatrixExpressionT.h.

◆ operator M const &()

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

Definition at line 42 of file MatrixExpressionT.h.

◆ operator M&()

template<class M>
Arcane::MatrixExpr< M >::operator M& ( )
inline

Definition at line 41 of file MatrixExpressionT.h.


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