This file contains the interface for all polynomials. More...
#include <cassert>
#include <cmath>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Dense>
#include "Coordinate.hpp"
#include "ErrorObj.hpp"
#include "Iterator.hpp"
#include "Range.hpp"
Go to the source code of this file.
Classes | |
class | TRTK::Polynomial< T > |
Interface class for all polynomials. More... | |
Namespaces | |
namespace | TRTK |
Namespace of the Transformation and Registration Toolkit. |
This file contains the interface for all polynomials.
Definition in file Polynomial.hpp.
Documentation generated by Doxygen