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


Public Member Functions | |
| LMGaussian (T k=(T) 1.0, T m=(T) 0.0, T s=(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 |
|
inline |
Definition at line 54 of file lmgauss.h.
References LMFunction< T >::der, and LMFunction< T >::par.
|
inlinevirtual |
Reimplemented from LMFunction< T >.
|
inlinevirtual |
Reimplemented from LMFunction< T >.