|
monolish
0.14.1
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::CRS< double > &A, const matrix::CRS< double > &B, matrix::CRS< double > &C) |
| CRS matrix addition: C = A + B (A and B must be same non-zero structure) More... | |
| void | monolish::blas::matadd (const matrix::CRS< float > &A, const matrix::CRS< float > &B, matrix::CRS< float > &C) |
| void | monolish::blas::matsub (const matrix::CRS< double > &A, const matrix::CRS< double > &B, matrix::CRS< double > &C) |
| CRS matrix subtract: C = A - B (A and B must be same non-zero structure) More... | |
| void | monolish::blas::matsub (const matrix::CRS< float > &A, const matrix::CRS< float > &B, matrix::CRS< float > &C) |
1.8.17