generate_householder [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category: Component type:
Prototype
template <class T, class Vec>
void generate_householder(T& alpha, const Vec& x, Vec& v, T& tau) ;
Description
Ok to alias x and v to the same vector. T can be real or complex. Equivalent to LAPACK's xLARFG
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.