18  template <
typename AType, 
typename DerivedB, 
typename DerivedI>
 
   20    const Eigen::SparseMatrix<AType> & A,
 
   22    Eigen::PlainObjectBase<DerivedB> & B,
 
   23    Eigen::PlainObjectBase<DerivedI> & I);
 
   25  template <
typename DerivedX, 
typename DerivedY, 
typename DerivedI>
 
   27    const Eigen::DenseBase<DerivedX> & X,
 
   29    Eigen::PlainObjectBase<DerivedY> & Y,
 
   30    Eigen::PlainObjectBase<DerivedI> & I);
 
   32#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void max(const Eigen::SparseMatrix< AType > &A, const int dim, Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedI > &I)
Compute the maximum along dimension dim of a matrix X.