| 
    monolish
    0.16.3
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
element by element subtract CRS matrix A and CRS matrix B. More...
Functions | |
| void | monolish::vml::sub (const matrix::CRS< double > &A, const matrix::CRS< double > &B, matrix::CRS< double > &C) | 
| element by element subtract CRS matrix A and CRS matrix B.  More... | |
| void | monolish::vml::sub (const matrix::CRS< float > &A, const matrix::CRS< float > &B, matrix::CRS< float > &C) | 
element by element subtract CRS matrix A and CRS matrix B.
| void monolish::vml::sub | ( | const matrix::CRS< double > & | A, | 
| const matrix::CRS< double > & | B, | ||
| matrix::CRS< double > & | C | ||
| ) | 
element by element subtract CRS matrix A and CRS matrix B.
| 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::sub | ( | const matrix::CRS< float > & | A, | 
| const matrix::CRS< float > & | B, | ||
| matrix::CRS< float > & | C | ||
| ) |