| 
    monolish
    0.16.3
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
Create a new CRS matrix with smallest elements of two matrices (C[0:nnz] = min(A[0:nnz], B[0:nnz])) More...
Functions | |
| void | monolish::vml::min (const matrix::CRS< double > &A, const matrix::CRS< double > &B, matrix::CRS< double > &C) | 
| Create a new CRS matrix with smallest elements of two matrices (C[0:nnz] = min(A[0:nnz], B[0:nnz]))  More... | |
| void | monolish::vml::min (const matrix::CRS< float > &A, const matrix::CRS< float > &B, matrix::CRS< float > &C) | 
Create a new CRS matrix with smallest elements of two matrices (C[0:nnz] = min(A[0:nnz], B[0:nnz]))
| void monolish::vml::min | ( | const matrix::CRS< double > & | A, | 
| const matrix::CRS< double > & | B, | ||
| matrix::CRS< double > & | C | ||
| ) | 
Create a new CRS matrix with smallest elements of two matrices (C[0:nnz] = min(A[0:nnz], B[0:nnz]))
| A | monolish CRS matrix (size M x N) | 
| B | monolish CRS matrix (size M x N) | 
| C | monolish CRS matrix (size M x N) | 

| void monolish::vml::min | ( | const matrix::CRS< float > & | A, | 
| const matrix::CRS< float > & | B, | ||
| matrix::CRS< float > & | C | ||
| ) |