<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
trsm_tri.hpp File Reference
Include dependency graph for trsm_tri.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<typename matrixA_t , typename matrixB_t , TLAPACK_SCALAR alpha_t>
void tlapack::trsm_tri (Side sideA, Uplo uploB, Op transA, Diag diagA, const alpha_t &alpha, const matrixA_t &A, matrixB_t &B)
 Solve the triangular matrix-vector equation.
 

Detailed Description

Author
Ella Addison-Taylor, Kyle Cunningham, Henricus Bouwmeester University of Colorado Denver, USA