The concept Kinetic::RootStack enumerates through roots of a function contained in a half open interval [lb ub).
Kinetic::RootStack::Root | |
The root of a function.
| |
Kinetic::RootStack::Traits | |
The traits class for this concept.
|
Kinetic::RootStack re; | |
default constructor.
| |
Kinetic::RootStack re ( Function f, Root lb, Root ub, Traits tr); | |
Construct a Kinetic::RootStack over the roots of f in the half open interval [lb to ub).
|
Kinetic::FunctionKernel, Kinetic::Certificate.