| <T>LAPACK 0.1.2
    C++ Template Linear Algebra PACKage | 
#include "tlapack/base/utils.hpp"

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<TLAPACK_VECTOR vectorX_t, TLAPACK_VECTOR vectorY_t, TLAPACK_SCALAR alpha_t, class T = type_t<vectorY_t>, disable_if_allow_optblas_t< pair< alpha_t, T >, pair< vectorX_t, T >, pair< vectorY_t, T > > = 0> | |
| void | tlapack::axpy (const alpha_t &alpha, const vectorX_t &x, vectorY_t &y) | 
| Add scaled vector, \(y := \alpha x + y\). | |