8#ifndef IGL_LSCM_HESSIAN_H 
    9#define IGL_LSCM_HESSIAN_H 
   11#include <Eigen/Sparse> 
   33  template <
typename DerivedV, 
typename DerivedF, 
typename QScalar>
 
   35    const Eigen::MatrixBase<DerivedV> & V,
 
   36    const Eigen::MatrixBase<DerivedF> & F,
 
   37    Eigen::SparseMatrix<QScalar> & Q);
 
   40#ifndef IGL_STATIC_LIBRARY 
   41#include "lscm_hessian.cpp" 
void lscm_hessian(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< QScalar > &Q)
Compute a Least-squares conformal map parametrization (equivalently derived in "Intrinsic Parameteriz...