EGBLAS wrappers for the sqrt operation.
More...
Go to the source code of this file.
|
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
| void | etl::impl::egblas::sqrt ([[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 sqrt operation. More...
|
| |
EGBLAS wrappers for the sqrt operation.
◆ sqrt() [1/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |
◆ sqrt() [2/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |
◆ sqrt() [3/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |
◆ sqrt() [4/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |
◆ sqrt() [5/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |
◆ sqrt() [6/6]
| void etl::impl::egblas::sqrt |
( |
[[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 sqrt 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 |