LifeV
RNMTemplate.hpp File Reference

implementation of the templated method/classes of RNM.hpp More...

+ Include dependency graph for RNMTemplate.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Macros

#define oper   =
 
#define oper   +=
 
#define oper   -=
 
#define oper   *=
 
#define oper   /=
 

Functions

template<class R >
void MatMul (KNM_< R > &ab, KNM_< R > &a, KNM_< R > &b)
 
std::ostream & operator<< (std::ostream &f, const ShapeOfArray &s)
 
template<class R >
std::ostream & operator<< (std::ostream &f, const KN_< const_R > &v)
 
template<class R >
std::ostream & operator<< (std::ostream &f, const KNM_< const_R > &v)
 
template<class R >
std::ostream & operator<< (std::ostream &f, const KNMK_< const_R > &v)
 

Detailed Description

implementation of the templated method/classes of RNM.hpp

Contributor:
Matteo Astorino matte.nosp@m.o.as.nosp@m.torin.nosp@m.o@ep.nosp@m.fl.ch Matteo Astorino matte.nosp@m.o.as.nosp@m.torin.nosp@m.o@ep.nosp@m.fl.ch

Definition in file RNMTemplate.hpp.

Macro Definition Documentation

◆ oper [1/5]

#define oper   =

Definition at line 220 of file RNMTemplate.hpp.

◆ oper [2/5]

#define oper   +=

Definition at line 220 of file RNMTemplate.hpp.

◆ oper [3/5]

#define oper   -=

Definition at line 220 of file RNMTemplate.hpp.

◆ oper [4/5]

#define oper   *=

Definition at line 220 of file RNMTemplate.hpp.

◆ oper [5/5]

#define oper   /=

Definition at line 220 of file RNMTemplate.hpp.