Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 75 of file vec_expr_v2.h.
Classes | |
struct | const_iterator |
Public Types | |
typedef Expr::size_type | size_type |
typedef Expr::value_type | value_type |
typedef Expr::memory_type | memory_type |
typedef Expr::const_iterator | expr_const_iterator |
typedef float_traits< value_type >::type | float_type |
Public Member Functions | |
vec_expr_v2_unary (const Op &op, const Expr &expr) | |
template<class BinaryOp , class Constant > | |
vec_expr_v2_unary (const BinaryOp &binop, const Constant &c, const Expr &expr) | |
template<class BinaryOp , class Constant > | |
vec_expr_v2_unary (const BinaryOp &binop, const Expr &expr, const Constant &c) | |
const distributor & | ownership () const |
size_type | size () const |
const_iterator | begin () const |
Protected Attributes | |
const Op | _op |
const expr_const_iterator | _expr_iter |
const distributor | _ownership |
typedef Expr::size_type size_type |
Definition at line 79 of file vec_expr_v2.h.
typedef Expr::value_type value_type |
Definition at line 80 of file vec_expr_v2.h.
typedef Expr::memory_type memory_type |
Definition at line 81 of file vec_expr_v2.h.
typedef Expr::const_iterator expr_const_iterator |
Definition at line 82 of file vec_expr_v2.h.
typedef float_traits<value_type>::type float_type |
Definition at line 83 of file vec_expr_v2.h.
vec_expr_v2_unary | ( | const Op & | op, |
const Expr & | expr | ||
) |
Definition at line 87 of file vec_expr_v2.h.
vec_expr_v2_unary | ( | const BinaryOp & | binop, |
const Constant & | c, | ||
const Expr & | expr | ||
) |
Definition at line 91 of file vec_expr_v2.h.
vec_expr_v2_unary | ( | const BinaryOp & | binop, |
const Expr & | expr, | ||
const Constant & | c | ||
) |
Definition at line 95 of file vec_expr_v2.h.
const distributor & ownership | ( | ) | const |
Definition at line 100 of file vec_expr_v2.h.
size_type size | ( | ) | const |
Definition at line 101 of file vec_expr_v2.h.
const_iterator begin | ( | ) | const |
Definition at line 119 of file vec_expr_v2.h.
|
protected |
Definition at line 121 of file vec_expr_v2.h.
|
protected |
Definition at line 122 of file vec_expr_v2.h.
|
protected |
Definition at line 123 of file vec_expr_v2.h.