Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
polar_svd.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "polar_svd.cpp"
+ Include dependency graph for polar_svd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)