| 
    monolish
    0.17.3-dev.23
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
LinearOperator multiplication: C = AB. More...
Functions | |
| void | monolish::blas::matmul (const matrix::LinearOperator< double > &A, const matrix::LinearOperator< double > &B, matrix::LinearOperator< double > &C) | 
| LinearOperator multiplication: C = AB.  More... | |
| void | monolish::blas::matmul (const matrix::LinearOperator< float > &A, const matrix::LinearOperator< float > &B, matrix::LinearOperator< float > &C) | 
LinearOperator multiplication: C = AB.
| void monolish::blas::matmul | ( | const matrix::LinearOperator< double > & | A, | 
| const matrix::LinearOperator< double > & | B, | ||
| matrix::LinearOperator< double > & | C | ||
| ) | 
LinearOperator multiplication: C = AB.
| A | LinearOperator (size M x K) | 
| B | LinearOperator (size K x N) | 
| C | LinearOperator (size M x N) | 
| void monolish::blas::matmul | ( | const matrix::LinearOperator< float > & | A, | 
| const matrix::LinearOperator< float > & | B, | ||
| matrix::LinearOperator< float > & | C | ||
| ) |