<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<TLAPACK_MATRIX matrix_t, TLAPACK_REAL a_type, TLAPACK_REAL b_type, enable_if_t<(is_real< a_type > &&is_real< b_type >), int > = 0> | |
int | tlapack::lascl (BandAccess accessType, const b_type &b, const a_type &a, matrix_t &A) |
Multiplies a matrix A by the real scalar a/b. | |
template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t, TLAPACK_REAL a_type, TLAPACK_REAL b_type, enable_if_t<(is_real< a_type > &&is_real< b_type >), int > = 0> | |
int | tlapack::lascl (uplo_t uplo, const b_type &b, const a_type &a, matrix_t &A) |
Multiplies a matrix A by the real scalar a/b. | |
Multiplies a matrix by a scalar.