TooN::ILinear< Precision > Struct Template Reference
[Linear equation solvers]
#include <irls.h>
List of all members.
Public Member Functions |
Precision | objective (Precision d) |
| Returns .
|
Precision | reweight (Precision d) |
| Returns .
|
void | set_sd (Precision) |
| Set the noise standard deviation (does nothing).
|
Precision | true_scale (Precision d) |
| Returns .
|
Detailed Description
template<typename Precision>
struct TooN::ILinear< Precision >
A reweighting class representing no reweighting in IRLS. This structure can be passed as the second template argument in IRLS.
Definition at line 68 of file irls.h.
Member Function Documentation
template<typename Precision >
Precision TooN::ILinear< Precision >::objective |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 72 of file irls.h.
template<typename Precision >
Precision TooN::ILinear< Precision >::reweight |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 70 of file irls.h.
template<typename Precision >
Set the noise standard deviation (does nothing).
Definition at line 69 of file irls.h.
template<typename Precision >
Precision TooN::ILinear< Precision >::true_scale |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 71 of file irls.h.
The documentation for this struct was generated from the following file: