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

Go to the source code of this file.

Classes

struct  tlapack::mult_uhu_Opts
 Options struct for mult_uhu() More...
 

Namespaces

namespace  tlapack
 Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ).
 

Functions

template<TLAPACK_SMATRIX matrix_t>
void tlapack::mult_uhu (matrix_t &U, const mult_uhu_Opts &opts={})
 in-place multiplication of upper triangular matrix U and lower triangular matrix U^H.
 

Detailed Description

Author
Ella Addison-Taylor, University of Colorado Denver, USA