|
Expression Templates Library (ETL)
|
EGBLAS wrappers for the or operation. More...

Go to the source code of this file.
Functions | |
| void | etl::impl::egblas::logical_or ([[maybe_unused]] size_t n, [[maybe_unused]] const bool *A, [[maybe_unused]] size_t lda, [[maybe_unused]] const bool *B, [[maybe_unused]] size_t ldb, [[maybe_unused]] bool *C, [[maybe_unused]] size_t ldc) |
| Wrappers for or operation. More... | |
EGBLAS wrappers for the or operation.
|
inline |
Wrappers for or operation.
| n | The size of the vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
| C | The memory of the vector c |
| ldc | The leading dimension of c |
1.8.13