<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.
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.