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

EGBLAS wrappers for the pow 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::pow ([[maybe_unused]] size_t n, [[maybe_unused]] float alpha, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb)
 Wrappers for single-precision egblas pow operation. More...
 
void etl::impl::egblas::pow ([[maybe_unused]] size_t n, [[maybe_unused]] double alpha, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb)
 Wrappers for double-precision egblas pow operation. More...
 
void etl::impl::egblas::pow ([[maybe_unused]] size_t n, [[maybe_unused]] std::complex< float > alpha, [[maybe_unused]] std::complex< float > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] std::complex< float > *B, [[maybe_unused]] size_t ldb)
 Wrappers for complex single-precision egblas pow operation. More...
 
void etl::impl::egblas::pow ([[maybe_unused]] size_t n, [[maybe_unused]] etl::complex< float > alpha, [[maybe_unused]] etl::complex< float > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] etl::complex< float > *B, [[maybe_unused]] size_t ldb)
 Wrappers for complex single-precision egblas pow operation. More...
 
void etl::impl::egblas::pow ([[maybe_unused]] size_t n, [[maybe_unused]] std::complex< double > alpha, [[maybe_unused]] std::complex< double > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] std::complex< double > *B, [[maybe_unused]] size_t ldb)
 Wrappers for complex double-precision egblas pow operation. More...
 
void etl::impl::egblas::pow ([[maybe_unused]] size_t n, [[maybe_unused]] etl::complex< double > alpha, [[maybe_unused]] etl::complex< double > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] etl::complex< double > *B, [[maybe_unused]] size_t ldb)
 Wrappers for complex double-precision egblas pow operation. More...
 

Detailed Description

EGBLAS wrappers for the pow operation.

Function Documentation

◆ pow() [1/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] float  alpha,
[[maybe_unused] ] float *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] float *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for single-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ pow() [2/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] double  alpha,
[[maybe_unused] ] double *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] double *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for double-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ pow() [3/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] std::complex< float >  alpha,
[[maybe_unused] ] std::complex< float > *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] std::complex< float > *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for complex single-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ pow() [4/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] etl::complex< float >  alpha,
[[maybe_unused] ] etl::complex< float > *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] etl::complex< float > *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for complex single-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ pow() [5/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] std::complex< double >  alpha,
[[maybe_unused] ] std::complex< double > *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] std::complex< double > *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for complex double-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ pow() [6/6]

void etl::impl::egblas::pow ( [[maybe_unused] ] size_t  n,
[[maybe_unused] ] etl::complex< double >  alpha,
[[maybe_unused] ] etl::complex< double > *  A,
[[maybe_unused] ] size_t  lda,
[[maybe_unused] ] etl::complex< double > *  B,
[[maybe_unused] ] size_t  ldb 
)
inline

Wrappers for complex double-precision egblas pow operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b