![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/optimization/lm2gauss.h>


Public Member Functions | |
| LM2Gaussian (T k1=(T) 1.0, T m1=(T) 0.0, T s1=(T) 1.0, T k2=(T) 1.0, T m2=(T) 0.0, T s2=(T) 1.0) | |
| T | apply (T) |
| T | eval (T) |
Public Member Functions inherited from LMFunction< T > | |
| LMFunction () | |
| LMFunction (const LMFunction< T > &) | |
| virtual | ~LMFunction () |
| std::vector< T > & | param () |
| std::vector< T > & | derivative () |
Additional Inherited Members | |
Protected Attributes inherited from LMFunction< T > | |
| std::vector< T > | par |
| std::vector< T > | der |
Definition at line 42 of file lm2gauss.h.
|
inline |
Definition at line 55 of file lm2gauss.h.
References LMFunction< T >::der, and LMFunction< T >::par.
|
inlinevirtual |
Reimplemented from LMFunction< T >.
Definition at line 93 of file lm2gauss.h.
|
inlinevirtual |
Reimplemented from LMFunction< T >.
Definition at line 71 of file lm2gauss.h.