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

EGBLAS wrappers for the and operation. More...

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

Go to the source code of this file.

Functions

void etl::impl::egblas::logical_and ([[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...
 

Detailed Description

EGBLAS wrappers for the and operation.

Function Documentation

◆ logical_and()

void etl::impl::egblas::logical_and ( [[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 
)
inline

Wrappers for or operation.

Parameters
nThe size of the vector
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b
CThe memory of the vector c
ldcThe leading dimension of c