|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|


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_SMATRIX matrix_t> | |
| int | tlapack::lauum_recursive (const Uplo &uplo, matrix_t &C) |
| LAUUM is a specific type of inplace HERK. | |