#include <random_1d_index_pattern.hpp>
Random pattern
Definition at line 25 of file random_1d_index_pattern.hpp.
◆ Random1DIndexPattern() [1/2]
| CppAD::cg::Random1DIndexPattern::Random1DIndexPattern |
( |
const VectorSizeT & |
x2y | ) |
|
|
inline |
◆ Random1DIndexPattern() [2/2]
| CppAD::cg::Random1DIndexPattern::Random1DIndexPattern |
( |
const std::map< size_t, size_t > & |
x2y | ) |
|
|
inline |
◆ detect() [1/2]
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.
◆ detect() [2/2]
◆ getName()
| const std::string & CppAD::cg::RandomIndexPattern::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getSubIndexes()
| void CppAD::cg::RandomIndexPattern::getSubIndexes |
( |
std::set< IndexPattern * > & |
indexes | ) |
const |
|
inlineoverridevirtualinherited |
◆ getType()
| IndexPatternType CppAD::cg::Random1DIndexPattern::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getValues()
| const std::map< size_t, size_t > & CppAD::cg::Random1DIndexPattern::getValues |
( |
| ) |
const |
|
inline |
◆ isConstant()
◆ setName()
| void CppAD::cg::RandomIndexPattern::setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
◆ indexes_
| std::map<size_t, size_t> CppAD::cg::Random1DIndexPattern::indexes_ |
|
protected |
◆ name_
| std::string CppAD::cg::Random1DIndexPattern::name_ |
|
protected |
The documentation for this class was generated from the following file: