Finds the greatest element in CRS matrix (max(C[0:nnz]))
More...
Finds the greatest element in CRS matrix (max(C[0:nnz]))
Finds the greatest element in tensor_CRS matrix (max(C[0:nnz]))
◆ max() [1/4]
double monolish::vml::max |
( |
const matrix::CRS< double > & |
C | ) |
|
Finds the greatest element in CRS matrix (max(C[0:nnz]))
- Parameters
-
C | monolish CRS matrix (size M x N) |
- Returns
- greatest value
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ max() [2/4]
float monolish::vml::max |
( |
const matrix::CRS< float > & |
C | ) |
|
◆ max() [3/4]
Finds the greatest element in tensor_CRS matrix (max(C[0:nnz]))
- Parameters
-
C | monolish tensor_CRS matrix (size M x N) |
- Returns
- greatest value
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ max() [4/4]