Finds the greatest element in Dense matrix (max(C[0:nnz]))
More...
|
double | monolish::vml::max (const matrix::Dense< double > &C) |
| Finds the greatest element in Dense matrix (max(C[0:nnz])) More...
|
|
float | monolish::vml::max (const matrix::Dense< float > &C) |
|
double | monolish::vml::max (const tensor::tensor_Dense< double > &C) |
| Finds the greatest element in tensor_Dense tensor (max(C[0:nnz])) More...
|
|
float | monolish::vml::max (const tensor::tensor_Dense< float > &C) |
|
double | monolish::vml::max (const view_Dense< matrix::Dense< double >, double > &C) |
|
float | monolish::vml::max (const view_Dense< matrix::Dense< float >, float > &C) |
|
double | monolish::vml::max (const view_Dense< tensor::tensor_Dense< double >, double > &C) |
|
float | monolish::vml::max (const view_Dense< tensor::tensor_Dense< float >, float > &C) |
|
double | monolish::vml::max (const view_Dense< vector< double >, double > &C) |
|
float | monolish::vml::max (const view_Dense< vector< float >, float > &C) |
|
double | monolish::vml::max (const view_tensor_Dense< matrix::Dense< double >, double > &C) |
|
float | monolish::vml::max (const view_tensor_Dense< matrix::Dense< float >, float > &C) |
|
double | monolish::vml::max (const view_tensor_Dense< tensor::tensor_Dense< double >, double > &C) |
|
float | monolish::vml::max (const view_tensor_Dense< tensor::tensor_Dense< float >, float > &C) |
|
double | monolish::vml::max (const view_tensor_Dense< vector< double >, double > &C) |
|
float | monolish::vml::max (const view_tensor_Dense< vector< float >, float > &C) |
|
Finds the greatest element in Dense matrix (max(C[0:nnz]))
Finds the greatest element in tensor_Dense tensor (max(C[0:nnz]))
◆ max() [1/16]
Finds the greatest element in Dense matrix (max(C[0:nnz]))
- Parameters
-
C | monolish Dense matrix (size M x N) |
- Returns
- greatest value
- Note
- # of computation: M*N
- Multi-threading: true
- GPU acceleration: true
◆ max() [2/16]
◆ max() [3/16]
Finds the greatest element in tensor_Dense tensor (max(C[0:nnz]))
- Parameters
-
C | monolish tensor_Dense tensor |
- Returns
- greatest value
- Note
- # of computation: size
- Multi-threading: true
- GPU acceleration: true
◆ max() [4/16]
◆ max() [5/16]
◆ max() [6/16]
◆ max() [7/16]
◆ max() [8/16]
◆ max() [9/16]
◆ max() [10/16]
◆ max() [11/16]
◆ max() [12/16]
◆ max() [13/16]
◆ max() [14/16]
◆ max() [15/16]
◆ max() [16/16]