SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D, type T> | |
D T | min (D T[[1]] vec, uint k) |
Function for finding the minimum value of the input in specified parts.
vec | - input vector on supported type |
k | - an uint type value for specifying from how many subarrays min must be found |
D T min | ( | D T[[1]] | vec, |
uint | k | ||
) |