TooN 2.1
Public Member Functions
ILinear< Precision > Struct Template Reference

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

#include <irls.h>

List of all members.

Public Member Functions

void set_sd (Precision)
Precision reweight (Precision d)
Precision true_scale (Precision d)
Precision objective (Precision d)

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.