<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lascl.hpp File Reference

Multiplies a matrix by a scalar. More...

Include dependency graph for lascl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class matrixtype_t , typename T >
int tlapack::legacy::lascl (matrixtype_t matrixtype, idx_t kl, idx_t ku, const real_type< T > &b, const real_type< T > &a, idx_t m, idx_t n, T *A, idx_t lda)
 Multiplies a matrix A by the real scalar a/b.
 

Detailed Description

Multiplies a matrix by a scalar.

Author
Weslley S Pereira, University of Colorado Denver, USA