Linear equation solvers

Classes

struct  TooN::ILinear< Precision >
class  TooN::IRLS< Size, Precision, Reweight >
struct  TooN::RobustI< Precision >
struct  TooN::RobustII< Precision >
struct  TooN::RobustIII< Precision >
class  TooN::WLS< Size, Precision, Decomposition >

Functions

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)
template<int N, typename Precision >
Vector< N, Precision > TooN::gaussian_elimination (Matrix< N, N, Precision > A, Vector< N, Precision > b)

Detailed Description

Classes to solve linear equations.


Function Documentation

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 
) [inline]

Return the solution for $Ax = b$, given $A$ and $b$

Parameters:
A $A$
b $b$

Definition at line 107 of file gaussian_elimination.h.

template<int N, typename Precision >
Vector<N, Precision> TooN::gaussian_elimination ( Matrix< N, N, Precision >  A,
Vector< N, Precision >  b 
) [inline]

Return the solution for $Ax = b$, given $A$ and $b$

Parameters:
A $A$
b $b$

Definition at line 45 of file gaussian_elimination.h.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines


libtoon
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 10:09:42 2013