libigl v2.5.0
Loading...
Searching...
No Matches
redux.h File Reference
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "for_each.h"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename AType , typename Func , typename DerivedB >
void igl::redux (const Eigen::SparseMatrix< AType > &A, const int dim, const Func &func, Eigen::PlainObjectBase< DerivedB > &B)
 Perform reductions on the rows or columns of a SparseMatrix.