| 
    libigl v2.5.0
    
   | 
 
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.   | |