| Laguerre polynomials
    | 
#include <BaseSolver.h>
 
  
| Public Member Functions | |
| virtual void | operator() (std::vector< T > &coeff, std::vector< std::complex< T > > &roots, std::vector< int > &conv, int itmax)=0 | 
| Find the roots of a polynomial. | |
| 
 | pure virtual | 
Find the roots of a polynomial.
| coeff | Polynomials coefficients. | 
| roots | Vector to store the roots. | 
| conv | Vector to store convergence status of each root. | 
| itmax | Maximum number of iterations. | 
Implemented in Laguerre::ModifiedLaguerre18< T >, Laguerre::Original< T >, and Laguerre::ModifiedLaguerre13< T >.