monolish
0.16.3
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
Finds the smallest element in Dense matrix (min(C[0:nnz])) More...
Functions | |
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) |
Finds the smallest element in Dense matrix (min(C[0:nnz]))
double monolish::vml::min | ( | const matrix::Dense< double > & | C | ) |
Finds the smallest element in Dense matrix (min(C[0:nnz]))
C | monolish Dense matrix (size M x N) |
float monolish::vml::min | ( | const matrix::Dense< float > & | C | ) |