/home/coin/svn-release/OptimizationSuite-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.

Classes

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

Namespaces

namespace  CppAD

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 15 Mar 2015 for Coin-All by  doxygen 1.6.1