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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename T >
void igl::mode (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &X, const int d, Eigen::Matrix< T, Eigen::Dynamic, 1 > &M)
 Takes mode of coefficients in a matrix along a given dimension.