#include <boost/numeric/ublas/symmetric.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
Go to the source code of this file.
|
template<class T , int Nvar, int Var> |
std::ostream & | operator<< (std::ostream &os, const Feel::ADType< T, Nvar, 2, Var > &a) |
|
#define AD_UNARY_OP |
( |
|
op | ) |
|
Value:This&
operator op ( value_type
val ) \
{ \
return *this; \
}
Expr< Val< typename mpl::if_< boost::is_arithmetic< ExprT1 >, mpl::identity< Cst< ExprT1 > >, mpl::identity< ExprT1 > >::type::type > > val(ExprT1 const &__e1)
precompute expression tensor
Definition: val.hpp:304