Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
for_each.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
+ Include dependency graph for for_each.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 AType , typename Func >
void igl::for_each (const Eigen::SparseMatrix< AType > &A, const Func &func)
 
template<typename DerivedA , typename Func >
void igl::for_each (const Eigen::DenseBase< DerivedA > &A, const Func &func)