Skip to content

DmitriyKorchemkin/polynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomials library

Small Eigen-based library for playing with polynomials and auto-differentiation

  • Both fixed and dynamic degree (or max-degree) polynomials are supported
  • Fixed / dynamic degrees can be mixed and matched in any sensible form
  • Root finding friendly to ceres::Jet
  • Pretty-printing

TODO:

  • Operators += -= *=
  • Division and modulo operations
  • Sturm-sequences based solver
  • Usage examples
  • Expression interface
  • Positive-definite and monothonic polynomials

About

Small Eigen-powered library for operations on polynomials (both static- & dynamic-sized)

Resources

License

Stars

Watchers

Forks

Contributors