TooN
Public Member Functions | List of all members
TooN::ILinear< Precision > Struct Template Reference

A reweighting class representing no reweighting in IRLS. More...

#include <irls.h>

Public Member Functions

void set_sd (Precision)
 Set the noise standard deviation (does nothing).
 
Precision reweight (Precision)
 Returns \(w(x)\).
 
Precision true_scale (Precision)
 Returns \(w(x) + xw'(x)\).
 
Precision objective (Precision d)
 Returns \(\int xw(x)dx\).
 

Detailed Description

template<typename Precision>
struct TooN::ILinear< Precision >

A reweighting class representing no reweighting in IRLS.

\(w(x)=1\) This structure can be passed as the second template argument in IRLS.


The documentation for this struct was generated from the following file: