#include <svd_HH.hpp>
Public Member Functions | |
| int | calculate (const Jacobian &jac, std::vector< JntArray > &U, JntArray &w, std::vector< JntArray > &v, int maxiter) |
| SVD_HH (const Jacobian &jac) | |
| ~SVD_HH () | |
Definition at line 32 of file svd_HH.hpp.
| KDL::SVD_HH::SVD_HH | ( | const Jacobian & | jac | ) |
Definition at line 51 of file svd_HH.cpp.
| KDL::SVD_HH::~SVD_HH | ( | ) |
Definition at line 56 of file svd_HH.cpp.
| int KDL::SVD_HH::calculate | ( | const Jacobian & | jac, | |
| std::vector< JntArray > & | U, | |||
| JntArray & | w, | |||
| std::vector< JntArray > & | v, | |||
| int | maxiter | |||
| ) |
Definition at line 60 of file svd_HH.cpp.
References KDL::Jacobian::columns(), SketcherExample::f, k, KDL::PYTHAG(), KDL::Jacobian::rows(), scale, KDL::SIGN(), KDL::sqrt(), RobotExample::w, MovieTool::x, and MovieTool::y.
Referenced by KDL::ChainIkSolverVel_pinv_nso::CartToJnt(), and KDL::ChainIkSolverVel_pinv::CartToJnt().
1.6.1