<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lassq.hpp File Reference
Include dependency graph for lassq.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>
void tlapack::lassq (const vector_t &x, real_type< type_t< vector_t > > &scale, real_type< type_t< vector_t > > &sumsq)
 Updates a sum of squares represented in scaled form.
 
template<class abs_f , TLAPACK_VECTOR vector_t>
void tlapack::lassq (const vector_t &x, real_type< type_t< vector_t > > &scale, real_type< type_t< vector_t > > &sumsq, abs_f absF)
 Updates a sum of squares represented in scaled form.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA

Anderson E. (2017) Algorithm 978: Safe Scaling in the Level 1 BLAS ACM Trans Math Softw 44:1–28

See also
https://doi.org/10.1145/3061665