8#ifndef IGL_COVARIANCE_SCATTER_MATRIX_H
9#define IGL_COVARIANCE_SCATTER_MATRIX_H
14#include <Eigen/Sparse>
34 const Eigen::MatrixBase<DerivedV> & V,
35 const Eigen::MatrixBase<DerivedF> & F,
37 Eigen::SparseMatrix<CSM_type>& CSM);
40#ifndef IGL_STATIC_LIBRARY
41#include "covariance_scatter_matrix.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void covariance_scatter_matrix(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const ARAPEnergyType energy, Eigen::SparseMatrix< CSM_type > &CSM)
Construct the covariance scatter matrix for a given arap energy.
ARAPEnergyType
Enum for choosing ARAP energy type.
Definition ARAPEnergyType.h:14