sot-torque-control  1.6.5
Collection of dynamic-graph entities aimed at implementing torque control on different robots.
poly-estimator.hh File Reference
#include <Eigen/Dense>
#include <vector>
Include dependency graph for poly-estimator.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PolyEstimator
 

Functions

void pinv (const Eigen::MatrixXd &matrix_in, Eigen::MatrixXd &pseudo_inv, const double &pinvtoler=1.0e-6)
 

Function Documentation

◆ pinv()

void pinv ( const Eigen::MatrixXd &  matrix_in,
Eigen::MatrixXd &  pseudo_inv,
const double &  pinvtoler = 1.0e-6 
)

Compute the pseudo-inverse using Eigen

Parameters
[in]matrix_inis the input matrix.
[out]pseudo_invis the pseudo-inverse of the input matrix.
[in]pinvtoleris the tolerance in the SVD decomposition

Definition at line 9 of file poly-estimator.cpp.