|
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 | |
| template<typename DerivedV, typename DerivedF, typename CSM_type> | |
| void | igl::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. | |