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