#include <parameterspace.hpp>
template<int P>
class Feel::ParameterSpace< P >
Parameter space class.
- Author
- Christophe Prud'homme
- See Also
Inherits enable_shared_from_this< ParameterSpace< P > >.
|
|
static element_type | logRandom (parameterspace_ptrtype space, bool broadcast) |
| Returns a log random element of the parameter space.
|
|
static element_type | logRandom1 (parameterspace_ptrtype space) |
|
static element_type | random (parameterspace_ptrtype space, bool broadcast=true) |
| Returns a log random element of the parameter space.
|
|
static std::vector< double > | logEquidistributeInDirection (parameterspace_ptrtype space, int direction, int N) |
| Returns a vector representing the values of log equidistributed element of the parameter space in the given direction. More...
|
|
static element_type | logEquidistributed (double factor, parameterspace_ptrtype space) |
| Returns a log equidistributed element of the parameter space. More...
|
|
static std::vector< double > | equidistributeInDirection (parameterspace_ptrtype space, int direction, int N) |
| Returns a vector representing the values of equidistributed element of the parameter space in the given direction. More...
|
|
static element_type | equidistributed (double factor, parameterspace_ptrtype space) |
| Returns a equidistributed element of the parameter space. More...
|
|
|
|
static const uint16_type | Dimension = P |
| dimension of the parameter space
|
|
|
class | boost::serialization::access |
|
Returns a equidistributed element of the parameter space.
- Parameters
-
factor | is a factor in [0,1] |
template<int P>
static std::vector<double> Feel::ParameterSpace< P >::equidistributeInDirection |
( |
parameterspace_ptrtype |
space, |
|
|
int |
direction, |
|
|
int |
N |
|
) |
| |
|
inlinestatic |
Returns a log equidistributed element of the parameter space.
- Parameters
-
factor | is a factor in [0,1] |
template<int P>
static std::vector<double> Feel::ParameterSpace< P >::logEquidistributeInDirection |
( |
parameterspace_ptrtype |
space, |
|
|
int |
direction, |
|
|
int |
N |
|
) |
| |
|
inlinestatic |
return the maximum element
return the minimum element
generate a shared_ptr out of a parameter space
The documentation for this class was generated from the following file: