<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/scal.hpp"
#include "tlapack/lapack/ladiv.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_VECTOR vector_t, TLAPACK_REAL alpha_t, enable_if_t< is_real< alpha_t >, int > = 0> | |
void | tlapack::rscl (const alpha_t &alpha, vector_t &x) |
Scale vector by the reciprocal of a constant, \(x := x / \alpha\). | |