Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
biharmonic_coordinates.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "biharmonic_coordinates.cpp"
+ Include dependency graph for biharmonic_coordinates.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 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)