![]() |
RML
1.0
Robotics Mathematical Library
|
Go to the source code of this file.
Namespaces | |
| namespace | rml |
| Types and algorithms for robotic mobile manipulation. | |
Functions | |
| void | rml::SVD_NumericalRecipes (double *a, int m, int n, double *w, double *v, double *rv1) |
| template<class MatT > | |
| void | rml::SVD (const MatT &A, MatT &U, MatT &S, MatT &V) |
| Singular Value Decomposition. | |