Go to the source code of this file.
|  | 
| template<typename ScalarType > | 
| VectorSlice< std::vector< ScalarType >, ScalarType > | muq::Utilities::GetSlice (std::vector< ScalarType > &dataIn, int startIndIn, int endIndIn, int skipIn=1) | 
|  | 
| template<typename ScalarType > | 
| VectorSlice< Eigen::Matrix< ScalarType, Eigen::Dynamic, 1 >, ScalarType > | muq::Utilities::GetSlice (Eigen::Matrix< ScalarType, Eigen::Dynamic, 1 > &dataIn, int startIndIn, int endIndIn, int skipIn=1) | 
|  | 
| template<typename VectorType , typename ScalarType > | 
| VectorSlice< VectorType, ScalarType > | muq::Utilities::GetSlice (VectorSlice< VectorType, ScalarType > &dataIn, int startIndIn, int endIndIn, int skipIn=1) | 
|  |