|
CortidQCT
1.2.2.52
|
This file contains some decorator functions for DiscreteRange types. More...


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... | |
This file contains some decorator functions for DiscreteRange types.
| Eigen::Matrix<T, Eigen::Dynamic, 1> CortidQCT::Internal::discreteRangeElementVector | ( | DiscreteRange< T > const & | range | ) |
Returns all element of the given discrete range as a vector.
| range | DiscreteRange object |
range
1.8.11