#include "attitude-estimators.hpp"
#include <eigen3/Eigen/Dense>
#include <eigen3/Eigen/Eigenvalues>
#include "decimal.hpp"
Go to the source code of this file.
|
| lost |
| LOST starting point.
|
|
|
decimal | lost::QuestCharPoly (decimal x, decimal a, decimal b, decimal c, decimal d, decimal s) |
| Characteristic polynomial of the quest K-matrix. More...
|
|
decimal | lost::QuestCharPolyPrime (decimal x, decimal a, decimal b, decimal c) |
| Derivitive of the characteristic polynomial of the quest K-matrix. More...
|
|
decimal | lost::QuestEigenvalueEstimator (decimal guess, decimal a, decimal b, decimal c, decimal d, decimal s) |
| Approximates roots of a real function using the Newton-Raphson algorithm. More...
|
|
◆ EPSILON