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