#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "biharmonic_coordinates.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedT , typename SType , typename DerivedW > |
| IGL_INLINE bool | igl::biharmonic_coordinates (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedT > &T, const std::vector< std::vector< SType > > &S, Eigen::PlainObjectBase< DerivedW > &W) |
| |
| template<typename DerivedV , typename DerivedT , typename SType , typename DerivedW > |
| IGL_INLINE bool | igl::biharmonic_coordinates (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedT > &T, const std::vector< std::vector< SType > > &S, const int k, Eigen::PlainObjectBase< DerivedW > &W) |
| |