#include "main.h"#include <unsupported/Eigen/Polynomials>#include <iostream>
Go to the source code of this file.
Classes | |
| struct | Eigen::internal::increment_if_fixed_size< Size > |
Namespaces | |
| Eigen | |
| Eigen::internal | |
Functions | |
| template<typename _Scalar , int _Deg> | |
| void | CauchyBounds (int deg) |
| template<typename _Scalar > | |
| void | CauchyBounds_scalar () |
| template<typename _Scalar > | |
| void | realRoots_to_monicPolynomial_scalar () |
| template<typename _Scalar , int _Deg> | |
| void | realRoots_to_monicPolynomial_test (int deg) |
| void | test_polynomialutils () |
| void CauchyBounds | ( | int | deg | ) |
Definition at line 67 of file polynomialutils.cpp.
| void CauchyBounds_scalar | ( | ) |
Definition at line 90 of file polynomialutils.cpp.
| void realRoots_to_monicPolynomial_scalar | ( | ) |
Definition at line 49 of file polynomialutils.cpp.
| void realRoots_to_monicPolynomial_test | ( | int | deg | ) |
Definition at line 29 of file polynomialutils.cpp.
| void test_polynomialutils | ( | ) |
Definition at line 104 of file polynomialutils.cpp.