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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename mType >
bool igl::median (const Eigen::MatrixBase< DerivedV > &V, mType &m)
 Compute the median of an eigen vector.