|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"#include "tlapack/blas/rot.hpp"#include "tlapack/blas/rotg.hpp"#include "tlapack/blas/swap.hpp"#include "tlapack/blas/trsv.hpp"#include "tlapack/lapack/getrf.hpp"#include "tlapack/lapack/inv_house3.hpp"#include "tlapack/lapack/lahqz_eig22.hpp"#include "tlapack/lapack/lange.hpp"#include "tlapack/lapack/larfg.hpp"#include "tlapack/lapack/svd22.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_CSMATRIX matrix_t, enable_if_t< is_real< type_t< matrix_t > >, bool > = true> | |
| int | tlapack::generalized_schur_swap (bool want_q, bool want_z, matrix_t &A, matrix_t &B, matrix_t &Q, matrix_t &Z, const size_type< matrix_t > &j0, const size_type< matrix_t > &n1, const size_type< matrix_t > &n2) |
| schur_swap, swaps 2 eigenvalues of A. | |