|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"#include "tlapack/blas/asum.hpp"#include "tlapack/blas/gemv.hpp"#include "tlapack/lapack/trevc_backsolve.hpp"#include "tlapack/lapack/trevc_forwardsolve.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' ). | |
Enumerations | |
| enum class | tlapack::HowMny : char { tlapack::All = 'A' , tlapack::Back = 'B' , tlapack::Select = 'S' , tlapack::All = 'A' , tlapack::Back = 'B' , tlapack::Select = 'S' } |
Functions | |
| template<TLAPACK_SIDE side_t, TLAPACK_VECTOR select_t, TLAPACK_MATRIX matrix_T_t, TLAPACK_MATRIX matrix_Vl_t, TLAPACK_MATRIX matrix_Vr_t, TLAPACK_WORKSPACE rwork_t, TLAPACK_WORKSPACE work_t> | |
| int | tlapack::trevc (const side_t side, const HowMny howmny, select_t &select, const matrix_T_t &T, matrix_Vl_t &Vl, matrix_Vr_t &Vr, rwork_t &rwork, work_t &work) |
| TREVC computes some or all of the right and/or left eigenvectors of an upper quasi-triangular matrix T. | |