| 
    monolish
    0.16.3
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
element by element division Dense matrix A and Dense matrix B. More...
Functions | |
| void | monolish::vml::div (const matrix::Dense< double > &A, const matrix::Dense< double > &B, matrix::Dense< double > &C) | 
| element by element division Dense matrix A and Dense matrix B.  More... | |
| void | monolish::vml::div (const matrix::Dense< float > &A, const matrix::Dense< float > &B, matrix::Dense< float > &C) | 
element by element division Dense matrix A and Dense matrix B.
| void monolish::vml::div | ( | const matrix::Dense< double > & | A, | 
| const matrix::Dense< double > & | B, | ||
| matrix::Dense< double > & | C | ||
| ) | 
element by element division Dense matrix A and Dense matrix B.
| A | monolish Dense Matrix (size M x N) | 
| B | monolish Dense Matrix (size M x N) | 
| C | monolish Dense Matrix (size M x N) | 
| void monolish::vml::div | ( | const matrix::Dense< float > & | A, | 
| const matrix::Dense< float > & | B, | ||
| matrix::Dense< float > & | C | ||
| ) |