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]] x, D T[[1]] y) |
Function for finding the pointwise maximum of two input vectors.
x,y | - input vectors of supported type |
D T max | ( | D T[[1]] | x, |
D T[[1]] | y | ||
) |