CAPD::DynSys Library
6.0.0
|
Namespaces | |
capd | |
capd::newton | |
Typedefs | |
typedef NewtonResult | capd::newton::KrawczykResult |
Enumerations | |
enum | capd::newton::NewtonResult { capd::newton::ResultUndefined = -2 , capd::newton::TooManyIterations = -1 , capd::newton::NoZeroes = 0 , capd::newton::ZeroExists = 1 } |
Define results returned by Interval Newton Method. More... | |
Functions | |
std::string | capd::newton::resultToText (NewtonResult code) |