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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename AType , typename DerivedB , typename DerivedI >
void igl::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.
 
template<typename DerivedX , typename DerivedY , typename DerivedI >
void igl::max (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.