Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
sum.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include "sum.cpp"
+ Include dependency graph for sum.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::sum (const Eigen::SparseMatrix< T > &X, const int dim, Eigen::SparseVector< T > &S)
 
template<typename AType , typename DerivedB >
IGL_INLINE void igl::sum (const Eigen::SparseMatrix< AType > &A, const int dim, Eigen::PlainObjectBase< DerivedB > &B)