CortidQCT  1.2.2.52
Namespaces | Functions
DiscreteRangeDecorators.h File Reference

This file contains some decorator functions for DiscreteRange types. More...

#include "DiscreteRange.h"
#include <Eigen/Core>
#include <gsl/gsl>
Include dependency graph for DiscreteRangeDecorators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CortidQCT
 Name namespace for CortidQCT library.
 

Functions

template<class T >
Eigen::Matrix< T, Eigen::Dynamic, 1 > CortidQCT::Internal::discreteRangeElementVector (DiscreteRange< T > const &range)
 Returns all element of the given discrete range as a vector. More...
 

Detailed Description

This file contains some decorator functions for DiscreteRange types.

Author
Stefan Reinhold

Function Documentation

template<class T >
Eigen::Matrix<T, Eigen::Dynamic, 1> CortidQCT::Internal::discreteRangeElementVector ( DiscreteRange< T > const &  range)

Returns all element of the given discrete range as a vector.

Parameters
rangeDiscreteRange object
Returns
An Eigen vector containing all element of range