|
| Random2DIndexPattern (const std::map< size_t, std::map< size_t, size_t > > &x2y2z) |
|
IndexPatternType | getType () const override |
|
const std::map< size_t, std::map< size_t, size_t > > & | getValues () const |
|
void | getSubIndexes (std::set< IndexPattern *> &indexes) const override |
|
const std::string & | getName () const |
|
void | setName (const std::string &name) |
|
|
std::map< size_t, std::map< size_t, size_t > > | indexes_ |
|
std::string | name_ |
|
Random pattern using two indexes
Definition at line 25 of file random_2d_index_pattern.hpp.
◆ detect() [1/2]
template<class VectorSizeT >
IndexPattern * CppAD::cg::IndexPattern::detect |
( |
const VectorSizeT & |
x2y | ) |
|
|
inlinestaticinherited |
◆ detect() [2/2]
IndexPattern * CppAD::cg::IndexPattern::detect |
( |
const std::map< size_t, size_t > & |
x2y | ) |
|
|
inlinestaticinherited |
Detects the index pattern for the provided points (y = f(x))
- Parameters
-
indexX | the index of the independents (x) |
x2y | maps the independents to the dependents (x,y) |
- Returns
- the generated index pattern (must be deleted by user)
Definition at line 38 of file index_pattern_impl.hpp.
The documentation for this class was generated from the following file: