#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 | |
namespace | Eigen |
namespace | 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 82 of file polynomialutils.cpp.
void CauchyBounds_scalar | ( | ) |
Definition at line 105 of file polynomialutils.cpp.
void realRoots_to_monicPolynomial_scalar | ( | ) |
Definition at line 64 of file polynomialutils.cpp.
void realRoots_to_monicPolynomial_test | ( | int | deg | ) |
Definition at line 44 of file polynomialutils.cpp.
void test_polynomialutils | ( | ) |
Definition at line 119 of file polynomialutils.cpp.