#include <GteIntpAkimaNonuniform1.h>

Public Member Functions | |
| Real const * | GetX () const |
| virtual Real | GetXMax () const override |
| virtual Real | GetXMin () const override |
| IntpAkimaNonuniform1 (int quantity, Real const *X, Real const *F) | |
Public Member Functions inherited from gte::IntpAkima1< Real > | |
| Real const * | GetF () const |
| int | GetQuantity () const |
| Real | operator() (Real x) const |
| Real | operator() (int order, Real x) const |
| virtual | ~IntpAkima1 () |
Protected Member Functions | |
| virtual void | Lookup (Real x, int &index, Real &dx) const override |
Protected Member Functions inherited from gte::IntpAkima1< Real > | |
| Real | ComputeDerivative (Real *slope) const |
| IntpAkima1 (int quantity, Real const *F) | |
Protected Attributes | |
| Real const * | mX |
Protected Attributes inherited from gte::IntpAkima1< Real > | |
| Real const * | mF |
| std::vector< Polynomial > | mPoly |
| int | mQuantity |
Definition at line 16 of file GteIntpAkimaNonuniform1.h.
| gte::IntpAkimaNonuniform1< Real >::IntpAkimaNonuniform1 | ( | int | quantity, |
| Real const * | X, | ||
| Real const * | F | ||
| ) |
Definition at line 36 of file GteIntpAkimaNonuniform1.h.
| Real const * gte::IntpAkimaNonuniform1< Real >::GetX | ( | ) | const |
Definition at line 94 of file GteIntpAkimaNonuniform1.h.
|
overridevirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 106 of file GteIntpAkimaNonuniform1.h.
|
overridevirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 100 of file GteIntpAkimaNonuniform1.h.
|
overrideprotectedvirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 112 of file GteIntpAkimaNonuniform1.h.
|
protected |
Definition at line 32 of file GteIntpAkimaNonuniform1.h.