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