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

Go to the source code of this file.

Functions

template<TLAPACK_MATRIX matrixA_t, TLAPACK_VECTOR vectorX_t, class T = type_t<vectorX_t>, disable_if_allow_optblas_t< pair< matrixA_t, T >, pair< vectorX_t, T > > = 0>
void tlapack::trmv (Uplo uplo, Op trans, Diag diag, const matrixA_t &A, vectorX_t &x)
 Triangular matrix-vector multiply:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA