<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
trevc3_forwardsolve.hpp File Reference
Include dependency graph for trevc3_forwardsolve.hpp:
This graph shows which files directly or indirectly include this file:

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, TLAPACK_WORKSPACE work_t>
void tlapack::trevc3_forwardsolve (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) left eigenvector of T using a blocked backsubstitution.
 

Detailed Description

Author
Thijs Steel, KU Leuven, Belgium