<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/types.hpp"
#include "tlapack/starpu/Matrix.hpp"
#include "tlapack/starpu/gemm.hpp"
#include "tlapack/starpu/tasks.hpp"
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. | |