#include <chemistry/qc/basis/fjt.h>

Public Member Functions | |
| virtual double * | values (int J, double T)=0 |
| Computed F_j(T) for every 0 <= j <= J (total of J+1 doubles). | |
| virtual double* sc::Fjt::values | ( | int | J, | |
| double | T | |||
| ) | [pure virtual] |
Computed F_j(T) for every 0 <= j <= J (total of J+1 doubles).
The user may read/write these values. The values will be overwritten with the next call to this functions. The pointer will be invalidated after the call to ~Fjt.
Implemented in sc::Taylor_Fjt, and sc::FJT.