8#ifndef IGL_SPECTRA_LSCM_H
9#define IGL_SPECTRA_LSCM_H
10#include "../igl_inline.h"
13#include <Eigen/Sparse>
39 const Eigen::MatrixBase<DerivedV> & V,
40 const Eigen::MatrixBase<DerivedF> & F,
41 Eigen::PlainObjectBase<DerivedV_uv> & V_uv);
45#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
bool lscm(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedV_uv > &V_uv)
Compute a free-boundary least-squares conformal map parametrization.