<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
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::trsv (Uplo uplo, Op trans, Diag diag, const matrixA_t &A, vectorX_t &x) |
Solve the triangular matrix-vector equation. | |