25template <
typename _Matrix_Type_>
27 Eigen::JacobiSVD<_Matrix_Type_>
svd(
28 pinvmat, Eigen::ComputeFullU | Eigen::ComputeFullV);
41template <
typename Matrix3,
typename Po
int>
43 Matrix3
res = Matrix3::Zero(3, 3);
53static const double MARGIN(0.001);
Definition bernstein.h:20
void PseudoInverse(_Matrix_Type_ &pinvmat)
An inverse kinematics architecture enforcing an arbitrary number of strict priority levels (Reference...
Definition MathDefs.h:26
Matrix3 skew(const Point &x)
Definition MathDefs.h:42
bool isApprox(const T a, const T b, const T eps=1e-6)
Definition curve_abc.h:25