template<typename ScalarType>
class MAST::Optimization::DesignParameter< ScalarType >
Definition at line 30 of file design_parameter.hpp.
|
| DesignParameter (ScalarType v=0.) |
|
virtual | ~DesignParameter () |
|
uint_t | id () const |
|
const Eigen::Matrix< real_t, 3, 1 > & | point () const |
|
void | set_id (uint_t i) |
|
void | set_point (real_t x, real_t y=0., real_t z=0.) |
|
| ScalarConstant (ScalarType v=0.) |
|
virtual | ~ScalarConstant () |
|
template<typename ContextType , typename ScalarFieldType > |
ScalarType | derivative (ContextType &c, const ScalarFieldType &f) const |
|
template<typename ContextType , typename ScalarFieldType > |
void | derivative (ContextType &c, const ScalarFieldType &f, ScalarType &v) const |
|
ScalarType & | operator() () |
|
ScalarType | operator() () const |
|
ScalarType & | operator= (const ScalarType &v) |
|
template<typename ContextType > |
ScalarType | value (ContextType &c) const |
|
template<typename ContextType > |
void | value (ContextType &c, ScalarType &v) const |
|