|
Expression Templates Library (ETL)
|
BLAS implementation of the outer product. More...

Go to the source code of this file.
Functions | |
| template<typename A , typename B , typename C > | |
| void | etl::impl::blas::outer (const A &, const B &, C &&) |
| Outer product multiplication of two matrices. More... | |
| template<typename A , typename B , typename C > | |
| void | etl::impl::blas::batch_outer (const A &, const B &, C &&) |
| Batch Outer product multiplication of two matrices. More... | |
BLAS implementation of the outer product.
| void etl::impl::blas::batch_outer | ( | const A & | , |
| const B & | , | ||
| C && | |||
| ) |
| void etl::impl::blas::outer | ( | const A & | , |
| const B & | , | ||
| C && | |||
| ) |
1.8.13