| 
    monolish
    0.16.3
    
   MONOlithic LInear equation Solvers for Highly-parallel architecture 
   | 
 
Dense matrix scal: A = alpha * A. More...
Functions | |
| void | monolish::blas::mscal (const double alpha, matrix::Dense< double > &A) | 
| Dense matrix scal: A = alpha * A.  More... | |
| void | monolish::blas::mscal (const float alpha, matrix::Dense< float > &A) | 
Dense matrix scal: A = alpha * A.
| void monolish::blas::mscal | ( | const double | alpha, | 
| matrix::Dense< double > & | A | ||
| ) | 
Dense matrix scal: A = alpha * A.
| alpha | scalar value | 
| A | Dense matrix (size M x N) | 
| void monolish::blas::mscal | ( | const float | alpha, | 
| matrix::Dense< float > & | A | ||
| ) |