monolish
0.17.1
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
#include "../common/monolish_common.hpp"
Go to the source code of this file.
Namespaces | |
monolish | |
monolish namespaces | |
monolish::blas | |
Basic Linear Algebra Subprograms for Dense Matrix, Sparse Matrix, Vector and Scalar. | |
Functions | |
void | monolish::blas::mattens (const double &a, const matrix::CRS< double > &A, const tensor::tensor_Dense< double > &x, const double &b, tensor::tensor_Dense< double > &y) |
matrix and tensor_Dense tensor multiplication: y = Ax More... | |
void | monolish::blas::mattens (const double &a, const matrix::Dense< double > &A, const tensor::tensor_Dense< double > &x, const double &b, tensor::tensor_Dense< double > &y) |
matrix and tensor_Dense tensor multiplication: y = Ax More... | |
void | monolish::blas::mattens (const float &a, const matrix::CRS< float > &A, const tensor::tensor_Dense< float > &x, const float &b, tensor::tensor_Dense< float > &y) |
void | monolish::blas::mattens (const float &a, const matrix::Dense< float > &A, const tensor::tensor_Dense< float > &x, const float &b, tensor::tensor_Dense< float > &y) |
void | monolish::blas::mattens (const matrix::CRS< double > &A, const tensor::tensor_Dense< double > &x, tensor::tensor_Dense< double > &y) |
matrix and tensor_Dense tensor multiplication: ex. y_{ikl} = A_{ij} x_{jkl} More... | |
void | monolish::blas::mattens (const matrix::CRS< float > &A, const tensor::tensor_Dense< float > &x, tensor::tensor_Dense< float > &y) |
void | monolish::blas::mattens (const matrix::Dense< double > &A, const tensor::tensor_Dense< double > &x, tensor::tensor_Dense< double > &y) |
matrix and tensor_Dense tensor multiplication: ex. y_{ikl} = A_{ij} x_{jkl} More... | |
void | monolish::blas::mattens (const matrix::Dense< float > &A, const tensor::tensor_Dense< float > &x, tensor::tensor_Dense< float > &y) |