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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedX , typename DerivedY >
void igl::cumprod (const Eigen::MatrixBase< DerivedX > &X, const int dim, Eigen::PlainObjectBase< DerivedY > &Y)
 Computes a cumulative product of the columns of X, like matlab's cumprod.