| <T>LAPACK 0.1.2
    C++ Template Linear Algebra PACKage | 
#include "tlapack/lapack/lassq.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_NORM norm_t, TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t> | |
| auto | tlapack::lansy (norm_t normType, uplo_t uplo, const matrix_t &A) | 
| Calculates the norm of a symmetric matrix. | |