RML  1.0
Robotics Mathematical Library
Loading...
Searching...
No Matches
SVD.h File Reference
#include <eigen3/Eigen/Dense>
#include <iostream>
#include "MatrixOperations.h"
Include dependency graph for SVD.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Date
Feb 17, 2018
Author
Francesco Wanderlingh