![]() |
|
#include <fpt.h>
Data Fields | |
bool | stable |
Indicates if the values contained represent a fast or a slow stabilized step. | |
int | Ns |
TODO Add comment here. | |
int | ts |
TODO Add comment here. | |
double ** | a11 |
double ** | a12 |
double ** | a21 |
double ** | a22 |
The matrix components. | |
double * | g |
double ** | a11 |
double * | g |
Definition at line 62 of file fpt.c.
Indicates if the values contained represent a fast or a slow stabilized step.
Definition at line 64 of file fpt.c.
Referenced by fpt_precompute(), fpt_trafo(), and fpt_transposed().
int fpt_step::Ns |
TODO Add comment here.
Definition at line 67 of file fpt.c.
Referenced by fpt_precompute(), fpt_trafo(), and fpt_transposed().
int fpt_step::ts |
TODO Add comment here.
Definition at line 68 of file fpt.c.
Referenced by fpt_precompute(), fpt_trafo(), and fpt_transposed().