|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"#include "tlapack/blas/asum.hpp"#include "tlapack/blas/gemm.hpp"#include "tlapack/lapack/laset.hpp"#include "tlapack/lapack/trevc_backsolve.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_MATRIX matrix_T_t, TLAPACK_MATRIX matrix_X_t, TLAPACK_VECTOR vector_colN_t, enable_if_t< is_real< type_t< vector_colN_t > >, int > = 0, TLAPACK_WORKSPACE work_t> | |
| void | tlapack::trevc3_backsolve (const matrix_T_t &T, matrix_X_t &X, vector_colN_t &colN, work_t &work, size_type< matrix_T_t > ks, size_type< matrix_T_t > ke, size_type< matrix_T_t > blocksize) |
| Calculate the ks-th through ke-th (not inclusive) right eigenvector of T using a blocked backsubstitution. | |