| 
| template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedW >  | 
| 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) | 
|   | Compute k-harmonic weight functions "coordinates".  
  | 
|   | 
| template<typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedW >  | 
| 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) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| template<typename DerivedL , typename DerivedM , typename Derivedb , typename Derivedbc , typename DerivedW >  | 
| bool  | igl::harmonic (const Eigen::SparseCompressedBase< DerivedL > &L, const Eigen::SparseCompressedBase< DerivedM > &M, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int k, Eigen::PlainObjectBase< DerivedW > &W) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Compute a harmonic map using a given Laplacian and mass matrix.  
  | 
|   | 
| template<typename DerivedL , typename DerivedM , typename DerivedQ >  | 
| void  | igl::harmonic (const Eigen::SparseCompressedBase< DerivedL > &L, const Eigen::SparseCompressedBase< DerivedM > &M, const int k, DerivedQ &Q) | 
|   | Build the discrete k-harmonic operator (computing integrated quantities).  
  | 
|   | 
| template<typename DerivedV , typename DerivedF , typename DerivedQ >  | 
| void  | igl::harmonic (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const int k, DerivedQ &Q) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |