libigl v2.5.0
|
#include "igl_inline.h"
#include "ARAPEnergyType.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "covariance_scatter_matrix.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
void | igl::covariance_scatter_matrix (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const ARAPEnergyType energy, Eigen::SparseMatrix< double > &CSM) |
Construct the covariance scatter matrix for a given arap energy. | |