Return the number of components of v less than v[s].
- Template Parameters
-
- Parameters
-
[in] | v | input vector |
[in] | s | position in vector |
- Returns
- number of components of v less than v[s].
- Exceptions
-
std::out_of_range | if s is out of range. |
Definition at line 20 of file rank.hpp.