Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
massmatrix.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "massmatrix.cpp"
+ Include dependency graph for massmatrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Macros

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 

Enumerations

enum  igl::MassMatrixType {
  igl::MASSMATRIX_TYPE_BARYCENTRIC = 0 , igl::MASSMATRIX_TYPE_VORONOI = 1 , igl::MASSMATRIX_TYPE_FULL = 2 , igl::MASSMATRIX_TYPE_DEFAULT = 3 ,
  igl::NUM_MASSMATRIX_TYPE = 4
}
 

Functions

template<typename DerivedV , typename DerivedF , typename Scalar >
IGL_INLINE void igl::massmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const MassMatrixType type, Eigen::SparseMatrix< Scalar > &M)
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET