EGBLAS wrappers for the real operation.
More...
Go to the source code of this file.
|
| void | etl::impl::egblas::real ([[maybe_unused]] size_t n, [[maybe_unused]] float alpha, [[maybe_unused]] std::complex< float > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for complex single-precision egblas real operation. More...
|
| |
| void | etl::impl::egblas::real ([[maybe_unused]] size_t n, [[maybe_unused]] float alpha, [[maybe_unused]] etl::complex< float > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for complex single-precision egblas real operation. More...
|
| |
| void | etl::impl::egblas::real ([[maybe_unused]] size_t n, [[maybe_unused]] double alpha, [[maybe_unused]] std::complex< double > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for complex double-precision egblas real operation. More...
|
| |
| void | etl::impl::egblas::real ([[maybe_unused]] size_t n, [[maybe_unused]] double alpha, [[maybe_unused]] etl::complex< double > *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for complex double-precision egblas real operation. More...
|
| |
EGBLAS wrappers for the real operation.
◆ real() [1/4]
| void etl::impl::egblas::real |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] float |
alpha, |
|
|
[[maybe_unused] ] std::complex< float > * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] float * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for complex single-precision egblas real operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |
◆ real() [2/4]
| void etl::impl::egblas::real |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] float |
alpha, |
|
|
[[maybe_unused] ] etl::complex< float > * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] float * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for complex single-precision egblas real operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |
◆ real() [3/4]
| void etl::impl::egblas::real |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] double |
alpha, |
|
|
[[maybe_unused] ] std::complex< double > * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] double * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for complex double-precision egblas real operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |
◆ real() [4/4]
| void etl::impl::egblas::real |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] double |
alpha, |
|
|
[[maybe_unused] ] etl::complex< double > * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] double * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for complex double-precision egblas real operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |