#include <GB_FwdDiff.h>

Public Member Functions | |
| GB_FwdDiff (int uOrd=4, fpreal uIncrem=1.0f, int vOrd=1, fpreal vIncrem=1.0f) | |
| virtual | ~GB_FwdDiff () |
| void | initialize (int uOrd=4, fpreal uIncrem=1.0f, int vOrd=1, fpreal vIncrem=1.0f) |
| int | getUOrder (void) const |
| int | getVOrder (void) const |
| fpreal | getUStep (void) const |
| fpreal | getVStep (void) const |
Protected Attributes | |
| int | uOrder |
| int | vOrder |
| fpreal | uStep |
| fpreal | vStep |
| fpreal | uMatx [GB_MAXORDER][GB_MAXORDER] |
| fpreal | vMatx [GB_MAXORDER][GB_MAXORDER] |
Definition at line 32 of file GB_FwdDiff.h.
| virtual GB_FwdDiff::~GB_FwdDiff | ( | ) | [inline, virtual] |
Definition at line 40 of file GB_FwdDiff.h.
| int GB_FwdDiff::getUOrder | ( | void | ) | const [inline] |
Definition at line 48 of file GB_FwdDiff.h.
| fpreal GB_FwdDiff::getUStep | ( | void | ) | const [inline] |
Definition at line 50 of file GB_FwdDiff.h.
| int GB_FwdDiff::getVOrder | ( | void | ) | const [inline] |
Definition at line 49 of file GB_FwdDiff.h.
| fpreal GB_FwdDiff::getVStep | ( | void | ) | const [inline] |
Definition at line 51 of file GB_FwdDiff.h.
| void GB_FwdDiff::initialize | ( | int | uOrd = 4, |
|
| fpreal | uIncrem = 1.0f, |
|||
| int | vOrd = 1, |
|||
| fpreal | vIncrem = 1.0f | |||
| ) |
fpreal GB_FwdDiff::uMatx[GB_MAXORDER][GB_MAXORDER] [protected] |
Definition at line 63 of file GB_FwdDiff.h.
int GB_FwdDiff::uOrder [protected] |
Definition at line 55 of file GB_FwdDiff.h.
fpreal GB_FwdDiff::uStep [protected] |
Definition at line 59 of file GB_FwdDiff.h.
fpreal GB_FwdDiff::vMatx[GB_MAXORDER][GB_MAXORDER] [protected] |
Definition at line 64 of file GB_FwdDiff.h.
int GB_FwdDiff::vOrder [protected] |
Definition at line 56 of file GB_FwdDiff.h.
fpreal GB_FwdDiff::vStep [protected] |
Definition at line 60 of file GB_FwdDiff.h.
1.5.9