Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
histc.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "histc.cpp"
+ Include dependency graph for histc.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 DerivedX , typename DerivedE , typename DerivedN , typename DerivedB >
IGL_INLINE void igl::histc (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedB > &B)
 
template<typename DerivedX , typename DerivedE , typename DerivedB >
IGL_INLINE void igl::histc (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedB > &B)
 
template<typename DerivedE >
IGL_INLINE void igl::histc (const typename DerivedE::Scalar &x, const Eigen::MatrixBase< DerivedE > &E, typename DerivedE::Index &b)