Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
group_sum_matrix.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "group_sum_matrix.cpp"
+ Include dependency graph for group_sum_matrix.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 T >
IGL_INLINE void igl::group_sum_matrix (const Eigen::Matrix< int, Eigen::Dynamic, 1 > &G, const int k, Eigen::SparseMatrix< T > &A)
 
template<typename T >
IGL_INLINE void igl::group_sum_matrix (const Eigen::Matrix< int, Eigen::Dynamic, 1 > &G, Eigen::SparseMatrix< T > &A)