Expression Templates Library (ETL)
Functions
outer.hpp File Reference

BLAS implementation of the outer product. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename A , typename B , typename C >
void etl::impl::cublas::batch_outer (const A &, const B &, C &&)
 Batch Outer product multiplication of two matrices. More...
 

Detailed Description

BLAS implementation of the outer product.

Function Documentation

◆ batch_outer()

template<typename A , typename B , typename C >
void etl::impl::cublas::batch_outer ( const A &  ,
const B &  ,
C &&   
)