|
Geophysical Inversion and Modelling Library v1.5.4
|
#include <trans.h>
Inheritance diagram for GIMLI::TransLog< Vec >:
Collaboration diagram for GIMLI::TransLog< Vec >:Public Member Functions | |
| TransLog (double lowerbound=0.0) | |
| virtual Vec | trans (const Vec &a) const |
| virtual Vec | invTrans (const Vec &f) const |
| virtual Vec | deriv (const Vec &a) const |
| void | setLowerBound (double lb) |
| double | lowerBound () const |
Public Member Functions inherited from GIMLI::Trans< Vec > | |
| 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 |
Protected Attributes | |
| double | lowerbound_ |
Logarithm of the parameter with the natural bound 0 or a self-defined.
|
inlinevirtual |
Return derivative 
Reimplemented from GIMLI::Trans< Vec >.
Reimplemented in GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLUMult< Vec >, and GIMLI::TransLogMult< Vec >.
Referenced by GIMLI::TransLogLU< RVector >::deriv(), and GIMLI::TransLogMult< Vec >::deriv().
|
inlinevirtual |
Return inverse transformation 
Reimplemented from GIMLI::Trans< Vec >.
Reimplemented in GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLUMult< Vec >, and GIMLI::TransLogMult< Vec >.
Referenced by GIMLI::TransLogLU< RVector >::invTrans(), and GIMLI::TransLogMult< Vec >::invTrans().
|
inlinevirtual |
Apply and return the transformation. Return 
Reimplemented from GIMLI::Trans< Vec >.
Reimplemented in GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< Vec >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLU< RVector >, GIMLI::TransLogLUMult< Vec >, and GIMLI::TransLogMult< Vec >.
Referenced by GIMLI::TransLogLU< RVector >::trans(), and GIMLI::TransLogMult< Vec >::trans().