Geophysical Inversion and Modelling Library v1.5.4
|
#include <trans.h>
Public Member Functions | |
TransQuadrat (const int maxiter=10) | |
virtual Vec | trans (const Vec &a) const |
virtual Vec | deriv (const Vec &a) const |
![]() | |
TransNewton (const int maxiter=10) | |
virtual Vec | invTrans (const Vec &a) const |
![]() | |
Trans () | |
virtual | ~Trans () |
virtual Vec | operator() (const Vec &a) const |
virtual double | operator() (double x) const |
Vec | fwd (const Vec &f) const |
double | fwd (double f) const |
Vec | inv (const Vec &f) const |
double | inv (double f) const |
virtual double | trans (double x) const |
virtual double | invTrans (double f) const |
Vec | update (const Vec &a, const Vec &b) const |
Vec | error (const Vec &a, const Vec &daBya) const |
Vec | error_brute (const Vec &a, const Vec &daBya) const |
Additional Inherited Members | |
![]() | |
int | maxiter_ |
obsolete transform functions, e.g. for test reasons
transQuadrad, test class for checking transNewton
|
inlinevirtual |
Return derivative
Reimplemented from GIMLI::TransNewton< Vec >.
|
inlinevirtual |
Apply and return the transformation. Return
Reimplemented from GIMLI::TransNewton< Vec >.