This file contains the GenericPolynomial class. More...
#include <cassert>
#include <cmath>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Dense>
#include "Coordinate.hpp"
#include "ErrorObj.hpp"
#include "Polynomial.hpp"
#include "Range.hpp"
Go to the source code of this file.
Classes | |
class | TRTK::GenericPolynomial< T > |
Multivariate multidimensional polynomial. More... | |
Namespaces | |
namespace | TRTK |
Namespace of the Transformation and Registration Toolkit. | |
Functions | |
long long | TRTK::binomial (int n, int k) |
Returns the binomial coefficient "n choose k". |
This file contains the GenericPolynomial class.
Definition in file GenericPolynomial.hpp.
Documentation generated by Doxygen