Template Numerical Library version\ main:1437bf49
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
TNL::Matrices::MatrixOperations< DeviceType > Class Template Reference

Static Public Member Functions

template<typename RealType , typename IndexType >
static void geam (const IndexType m, const IndexType n, const RealType alpha, const RealType *A, const IndexType lda, const RealType beta, const RealType *B, const IndexType ldb, RealType *C, const IndexType ldc)
 
template<typename RealType , typename IndexType >
static void gemv (const IndexType m, const IndexType n, const RealType alpha, const RealType *A, const IndexType lda, const RealType *x, const RealType beta, RealType *y)
 

The documentation for this class was generated from the following file: