#include <eigen3/Eigen/Core>
#include <cmath>
#include <vector>
Go to the source code of this file.
|
| carl |
| carl is the main namespace for the library.
|
|
|
template<typename Coeff > |
using | carl::CoeffMatrix = Eigen::Matrix< Coeff, Eigen::Dynamic, Eigen::Dynamic > |
|
|
template<typename Coeff > |
std::vector< Coeff > | carl::newtonSums (const std::vector< Coeff > &newtonSums) |
|
template<typename Coeff > |
void | carl::printMatrix (const CoeffMatrix< Coeff > &m) |
|
template<typename Coeff > |
std::vector< Coeff > | carl::charPol (const CoeffMatrix< Coeff > &m) |
|