![]() |
UtilsLite
Utilities for C++ programming
|
Go to the source code of this file.
Classes | |
class | Utils::Poly< Real > |
Specializes the Eigen::Matrix class to represent and manipulate polynomials. More... | |
class | Utils::Sturm< Real > |
Class for managing and computing the Sturm sequence associated with a polynomial. More... | |
Namespaces | |
namespace | Utils |
Macros | |
#define | UTILS_POLY_dot_HH |
Functions | |
template<typename Real, typename Char> | |
std::basic_ostream< Char > & | Utils::operator<< (std::basic_ostream< Char > &output, Poly< Real > const &p) |
template<typename Real, typename Char> | |
std::basic_ostream< Char > & | Utils::operator<< (std::basic_ostream< Char > &output, Sturm< Real > const &S) |
#define UTILS_POLY_dot_HH |