#include <Eigen/Dense>
#include <Eigen/SVD>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ndcurves |
Functions | |
template<typename _Matrix_Type_ > | |
void | ndcurves::PseudoInverse (_Matrix_Type_ &pinvmat) |
An inverse kinematics architecture enforcing an arbitrary number of strict priority levels (Reference : Boulic et Al. 2003) | |
template<typename Matrix3 , typename Point > | |
Matrix3 | ndcurves::skew (const Point &x) |