#include "igl_inline.h"
#include <Eigen/Core>
#include "polar_svd.cpp"
Go to the source code of this file.
|
| template<typename DerivedA , typename DerivedR , typename DerivedT , typename DerivedU , typename DerivedS , typename DerivedV > |
| IGL_INLINE void | igl::polar_svd (const Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedU > &U, Eigen::PlainObjectBase< DerivedS > &S, Eigen::PlainObjectBase< DerivedV > &V) |
| |
| template<typename DerivedA , typename DerivedR , typename DerivedT > |
| IGL_INLINE void | igl::polar_svd (const Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedT > &T) |
| |