|
MyraMath
|
Returns a vector of int's, over [min,max) More...
#include <myramath/MYRAMATH_EXPORT.h>#include <vector>Go to the source code of this file.
Functions | |
| std::vector< int > | myra::ilinspace (int min, int max) |
| Returns {min, min+1, ... max-2, max-1} in a std::vector. | |
| std::vector< int > | myra::ilinspace (int length) |
| Returns ilinspace(0,length) | |
Returns a vector of int's, over [min,max)
1.8.13