17 template <
typename AType,
typename DerivedB,
typename DerivedI>
19 const Eigen::SparseMatrix<AType> & A,
21 Eigen::PlainObjectBase<DerivedB> & B,
22 Eigen::PlainObjectBase<DerivedI> & I);
24 template <
typename DerivedX,
typename DerivedY,
typename DerivedI>
26 const Eigen::DenseBase<DerivedX> & X,
28 Eigen::PlainObjectBase<DerivedY> & Y,
29 Eigen::PlainObjectBase<DerivedI> & I);
31#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void min(const Eigen::SparseMatrix< AType > &A, const int dim, Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedI > &I)
Compute the minimum along dimension dim of a matrix X.