<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
trmm_blocked_mixed.hpp File Reference
Include dependency graph for trmm_blocked_mixed.hpp:

Go to the source code of this file.

Classes

struct  tlapack::TrmmBlockedOpts
 Options struct for trmm_blocked_mixed. More...
 

Functions

template<TLAPACK_SIDE side_t, TLAPACK_UPLO uplo_t, TLAPACK_OP op_t, TLAPACK_DIAG diag_t, TLAPACK_SMATRIX matrixA_t, TLAPACK_SMATRIX matrixB_t, TLAPACK_WORKSPACE work_t>
void tlapack::trmm_blocked_mixed (side_t side, uplo_t uplo, op_t trans, diag_t diag, const scalar_type< type_t< matrixA_t >, type_t< matrixB_t > > &alpha, const matrixA_t &A, matrixB_t &B, work_t &work, const TrmmBlockedOpts &opts={})
 Triangular matrix-matrix multiply using a blocked algorithm.
 

Detailed Description

Author
Weslley S Pereira, National Renewable Energy Laboratory, USA