Template Numerical Library version\ main:9e7b0f4
Loading...
Searching...
No Matches
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: