<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
rscl.hpp File Reference
Include dependency graph for rscl.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA