/home/coin/SVN-release/CoinAll-1.1.0/cppad/cppad/local/vec_ad.hpp File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CppAD

Classes

class  CppAD::VecAD_reference< Base >
class  CppAD::VecAD< Base >

Defines

#define CPPAD_VEC_AD_COMPUTED_ASSIGNMENT(op, name)

Functions

template<class Base>
std::ostream & CppAD::operator<< (std::ostream &os, const VecAD< Base > &vec)


Define Documentation

#define CPPAD_VEC_AD_COMPUTED_ASSIGNMENT ( op,
name   ) 

Value:

VecAD_reference& operator op (const VecAD_reference<Base> &right)       \
{       CPPAD_ASSERT_KNOWN(                                                \
                0,                                                      \
                "Cannot use a ADVec element on left side of" name       \
        );                                                              \
        return *this;                                                   \
}                                                                       \
VecAD_reference& operator op (const AD<Base> &right)                    \
{       CPPAD_ASSERT_KNOWN(                                                \
                0,                                                      \
                "Cannot use a ADVec element on left side of" name       \
        );                                                              \
        return *this;                                                   \
}                                                                       \
VecAD_reference& operator op (const Base &right)                        \
{       CPPAD_ASSERT_KNOWN(                                                \
                0,                                                      \
                "Cannot use a ADVec element on left side of" name       \
        );                                                              \
        return *this;                                                   \
}

Definition at line 310 of file vec_ad.hpp.


Generated on Sun Nov 14 14:10:04 2010 for Coin-All by  doxygen 1.4.7