#include <polynomials.h>
◆ Polynomial() [1/2]
polynomials::Polynomial::Polynomial |
( |
const double |
t0, |
|
|
const double |
tf, |
|
|
const int |
coeff_size |
|
) |
| |
◆ Polynomial() [2/2]
polynomials::Polynomial::Polynomial |
( |
| ) |
|
◆ operator=()
◆ PolyAtTime()
void polynomials::Polynomial::PolyAtTime |
( |
const double |
time, |
|
|
double * |
result |
|
) |
| const |
◆ PolyConv()
◆ PolyDiff()
void polynomials::Polynomial::PolyDiff |
( |
Polynomial * |
poly_out | ) |
|
◆ PolySquare()
void polynomials::Polynomial::PolySquare |
( |
Polynomial * |
poly_out | ) |
|
◆ PrintPolyCoeff()
void polynomials::Polynomial::PrintPolyCoeff |
( |
| ) |
|
◆ Roots2ndOrderPoly()
std::vector< std::complex< double > > polynomials::Polynomial::Roots2ndOrderPoly |
( |
| ) |
|
◆ Roots3rdOrderPoly()
std::vector< std::complex< double > > polynomials::Polynomial::Roots3rdOrderPoly |
( |
| ) |
|
◆ coeff_
Eigen::VectorXd polynomials::Polynomial::coeff_ |
◆ order_
int polynomials::Polynomial::order_ |
◆ t0_
double polynomials::Polynomial::t0_ |
◆ tf_
double polynomials::Polynomial::tf_ |
The documentation for this class was generated from the following files: