#include "igl_inline.h"
#include <Eigen/Dense>
#include "colon.cpp"
Go to the source code of this file.
|
| template<typename L , typename S , typename H , typename T > |
| IGL_INLINE void | igl::colon (const L low, const S step, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I) |
| |
| template<typename L , typename H , typename T > |
| IGL_INLINE void | igl::colon (const L low, const H hi, Eigen::Matrix< T, Eigen::Dynamic, 1 > &I) |
| |
| template<typename T , typename L , typename H > |
| IGL_INLINE Eigen::Matrix< T, Eigen::Dynamic, 1 > | igl::colon (const L low, const H hi) |
| |