libigl v2.5.0
|
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. | |