carl  24.04
Computer ARithmetic Library
CharPol.h File Reference
#include <eigen3/Eigen/Core>
#include <cmath>
#include <vector>
Include dependency graph for CharPol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Typedefs

template<typename Coeff >
using carl::CoeffMatrix = Eigen::Matrix< Coeff, Eigen::Dynamic, Eigen::Dynamic >
 

Functions

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)