/home/fayn/OpenKraken-dev/OpenKN-math/src/Solver.hpp File Reference

#include "SVD.hpp"

Include dependency graph for Solver.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kn

Functions

void kn::solveSystemSVD (const Matrix< double > &a, Vector< double > &x, const Vector< double > &b)
 Resolve the system Ax=b using a SVD Only x is modified and contains the result Based on Numerical Recipes Second Edition (1992).
void kn::solveNullSystemSVD (const Matrix< double > &a, Vector< double > &x)
 Resolve the system Ax=0 using a SVD Only x is modified and contains the result Based on multiple view geometry p73 p564.
void kn::solveSystemGaussianElimination (const Matrix< double > &a, Vector< double > &x, const Vector< double > &b, const bool total=false)
 Resolve the system Ax=b using a gaussian elimination Only x is modified and contains the result.


Generated on Thu Nov 12 16:06:35 2009 for OpenKN-math by  doxygen 1.5.8