monolish
0.17.3-dev.16
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
Finds the greatest element in CRS matrix (max(C[0:nnz])) More...
Functions | |
double | monolish::vml::max (const matrix::CRS< double > &C) |
Finds the greatest element in CRS matrix (max(C[0:nnz])) More... | |
float | monolish::vml::max (const matrix::CRS< float > &C) |
Finds the greatest element in CRS matrix (max(C[0:nnz]))
double monolish::vml::max | ( | const matrix::CRS< double > & | C | ) |
Finds the greatest element in CRS matrix (max(C[0:nnz]))
C | monolish CRS matrix (size M x N) |
float monolish::vml::max | ( | const matrix::CRS< float > & | C | ) |