Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 27 of file pair_with_linear_algebra.h.
Public Types | |
typedef std::pair< T1, T2 > | base |
Public Member Functions | |
pair_with_linear_algebra (const T1 &f=T1(), const T2 &s=T2()) | |
pair_with_linear_algebra (const pair_with_linear_algebra< T1, T2 > &) | |
template<class T0 > | |
pair_with_linear_algebra< T1, T2 > & | operator*= (const T0 &k) |
typedef std::pair<T1,T2> base |
Definition at line 28 of file pair_with_linear_algebra.h.
pair_with_linear_algebra | ( | const T1 & | f = T1() , |
const T2 & | s = T2() |
||
) |
Definition at line 36 of file pair_with_linear_algebra.h.
pair_with_linear_algebra | ( | const pair_with_linear_algebra< T1, T2 > & | x | ) |
Definition at line 42 of file pair_with_linear_algebra.h.
pair_with_linear_algebra< T1, T2 > & operator*= | ( | const T0 & | k | ) |
Definition at line 50 of file pair_with_linear_algebra.h.