| <T>LAPACK 0.1.2
    C++ Template Linear Algebra PACKage | 
Multiplies a matrix by a scalar. More...


Go to the source code of this file.
| Namespaces | |
| namespace | tlapack | 
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
| 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. | |
Multiplies a matrix by a scalar.