Template Numerical Library version\ main:94209208
Loading...
Searching...
No Matches
TNL::Matrices::MatrixOperations< DeviceType > Member List

This is the complete list of members for TNL::Matrices::MatrixOperations< DeviceType >, including all inherited members.

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) (defined in TNL::Matrices::MatrixOperations< DeviceType >)TNL::Matrices::MatrixOperations< DeviceType >inlinestatic
gemv(const IndexType m, const IndexType n, const RealType alpha, const RealType *A, const IndexType lda, const RealType *x, const RealType beta, RealType *y) (defined in TNL::Matrices::MatrixOperations< DeviceType >)TNL::Matrices::MatrixOperations< DeviceType >inlinestatic