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

Go to the source code of this file.

Functions

template<class TA , class TB , class alpha_t >
void tlapack::trsm (Side side, Uplo uplo, Op trans, Diag diag, const alpha_t &alpha, const starpu::Matrix< TA > &A, starpu::Matrix< TB > &B)
 Overload of trsm for starpu::Matrix.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA