#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "min.cpp"
Go to the source code of this file.
|
template<typename AType , typename DerivedB , typename DerivedI > |
void | igl::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.
|
|
template<typename DerivedX , typename DerivedY , typename DerivedI > |
void | igl::min (const Eigen::DenseBase< DerivedX > &X, const int dim, Eigen::PlainObjectBase< DerivedY > &Y, Eigen::PlainObjectBase< DerivedI > &I) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|