|
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedW > |
| IGL_INLINE bool | igl::harmonic (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W) |
| |
| template<typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedW > |
| IGL_INLINE bool | igl::harmonic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W) |
| |
| template<typename DerivedL , typename DerivedM , typename Derivedb , typename Derivedbc , typename DerivedW > |
| IGL_INLINE bool | igl::harmonic (const Eigen::SparseMatrix< DerivedL > &L, const Eigen::SparseMatrix< DerivedM > &M, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W) |
| |
| template<typename DerivedL , typename DerivedM , typename DerivedQ > |
| IGL_INLINE void | igl::harmonic (const Eigen::SparseMatrix< DerivedL > &L, const Eigen::SparseMatrix< DerivedM > &M, const int k, Eigen::SparseMatrix< DerivedQ > &Q) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedQ > |
| IGL_INLINE void | igl::harmonic (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const int k, Eigen::SparseMatrix< DerivedQ > &Q) |
| |