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

Go to the source code of this file.

Functions

template<typename TA , typename TX >
void tlapack::legacy::trsv (Layout layout, Uplo uplo, Op trans, Diag diag, idx_t n, TA const *A, idx_t lda, TX *x, int_t incx)
 Solve the triangular matrix-vector equation.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA