Finds the greatest element in vector (max(y[0:N]))
More...
Finds the greatest element in vector (max(y[0:N]))
◆ max() [1/6]
double monolish::vml::max |
( |
const vector< double > & |
y | ) |
|
Finds the greatest element in vector (max(y[0:N]))
- Parameters
-
y | monolish vector (size N) |
- Returns
- greatest value
- Note
- # of computation: N
- Multi-threading: true
- GPU acceleration: true
◆ max() [2/6]
float monolish::vml::max |
( |
const vector< float > & |
y | ) |
|
◆ max() [3/6]
◆ max() [4/6]
◆ max() [5/6]
double monolish::vml::max |
( |
const view1D< vector< double >, double > & |
y | ) |
|
◆ max() [6/6]
float monolish::vml::max |
( |
const view1D< vector< float >, float > & |
y | ) |
|