| 
    monolish
    0.14.0
    
   MONOlithic LIner equation Solvers for Highly-parallel architecture 
   | 
 
Go to the source code of this file.
Namespaces | |
| monolish | |
| monolish::blas | |
| Basic Linear Algebra Subprograms for Dense Matrix, Sparse Matrix, Vector and Scalar.  | |
Functions | |
| void | monolish::blas::matadd (const matrix::Dense< double > &A, const matrix::Dense< double > &B, matrix::Dense< double > &C) | 
| Dense matrix addition: C = A + B.  More... | |
| void | monolish::blas::matadd (const matrix::Dense< float > &A, const matrix::Dense< float > &B, matrix::Dense< float > &C) | 
| void | monolish::blas::matsub (const matrix::Dense< double > &A, const matrix::Dense< double > &B, matrix::Dense< double > &C) | 
| Dense matrix subtract: C = A - B.  More... | |
| void | monolish::blas::matsub (const matrix::Dense< float > &A, const matrix::Dense< float > &B, matrix::Dense< float > &C) | 
 1.8.17