MUQ  0.4.3
VectorSlice.h File Reference

Go to the source code of this file.

Classes

class  muq::Utilities::VectorSlice< VecType, ScalarType >
 Enables a subset of a vector to be easily accessed or reversed without copying memory. More...
 

Namespaces

 muq
 
 muq::Utilities
 

Functions

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)