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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename XType , typename SType >
IGL_INLINE void igl::count (const Eigen::SparseMatrix< XType > &X, const int dim, Eigen::SparseVector< SType > &S)
 
template<typename XType , typename DerivedS >
IGL_INLINE void igl::count (const Eigen::SparseMatrix< XType > &X, const int dim, Eigen::PlainObjectBase< DerivedS > &S)