|
Feel++
0.92.0
|
element of a parameter space More...
#include <parameterspace.hpp>
Public Types | |
| typedef ParameterSpace< Dimension > | parameterspace_type |
|
typedef boost::shared_ptr < parameterspace_type > | parameterspace_ptrtype |
Public Member Functions | |
| Element () | |
| Element (Element const &e) | |
| Element (parameterspace_ptrtype space) | |
| ~Element () | |
| Element & | operator= (Element const &e) |
| template<typename OtherDerived > | |
| super & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| parameterspace_ptrtype | parameterSpace () const |
| Retuns the parameter space. | |
Friends | |
| class | boost::serialization::access |
element of a parameter space
| Feel::ParameterSpace< P >::Element::Element | ( | ) | [inline] |
default constructor
| Feel::ParameterSpace< P >::Element::Element | ( | Element const & | e | ) | [inline] |
default constructor
| Feel::ParameterSpace< P >::Element::Element | ( | parameterspace_ptrtype | space | ) | [inline] |
construct element from space
| Feel::ParameterSpace< P >::Element::~Element | ( | ) | [inline] |
destructor
| Element& Feel::ParameterSpace< P >::Element::operator= | ( | Element const & | e | ) | [inline] |
copy constructor
1.7.6.1