ReFRACtor
|
#include "solar_doppler_shift_polynomial.h"
#include "old_constant.h"
#include "wgs84_constant.h"
#include "fp_exception.h"
#include "level_1b.h"
#include <vector>
Go to the source code of this file.
Functions | |
template<class Type , class Vector > | |
Type | Poly (size_t k, const Vector &a, const Type &z) |
This is the only place that uses the library CppAD. More... | |
Type Poly | ( | size_t | k, |
const Vector & | a, | ||
const Type & | z | ||
) |
This is the only place that uses the library CppAD.
We have removed the library, but copy this class here to use. This can easily be replaced at some point, but for now I don't want to mess with rewriting and testing the polynomial.
Definition at line 46 of file solar_doppler_shift_polynomial.cc.