Classes | |
struct | TooN::RobustI |
Robust reweighting (type I) for IRLS. More... | |
struct | TooN::RobustII |
Robust reweighting (type II) for IRLS. More... | |
struct | TooN::ILinear |
A reweighting class representing no reweighting in IRLS. More... | |
class | TooN::IRLS< Size, Reweight > |
Performs iterative reweighted least squares. More... | |
class | TooN::WLS< Size, Precision, Decomposition > |
Performs weighted least squares computation. More... | |
Functions | |
template<int N, typename Precision> | |
Vector< N, Precision > | TooN::gaussian_elimination (Matrix< N, N, Precision > A, Vector< N, Precision > b) |
template<int R1, int C1, int R2, int C2, typename Precision> | |
Matrix < Internal::Size3 < R1, C1, R2 >::s, C2, Precision > | TooN::gaussian_elimination (Matrix< R1, C1, Precision > A, Matrix< R2, C2, Precision > b) |