|
PLASMA
Parallel Linear Algebra Software for Multicore Architectures
|
\( |real(alpha)| + |imag(alpha)| \) More...
Functions | |
| double | core_dcabs1 (plasma_complex64_t alpha) |
| float | core_scabs1 (plasma_complex32_t alpha) |
\( |real(alpha)| + |imag(alpha)| \)
| double core_dcabs1 | ( | plasma_complex64_t | alpha | ) |
| [in] | alpha | The scalar alpha. |
| Complex | 1-norm absolute value: abs(real(alpha)) + abs(imag(alpha)). |
| float core_scabs1 | ( | plasma_complex32_t | alpha | ) |
| [in] | alpha | The scalar alpha. |
| Complex | 1-norm absolute value: abs(real(alpha)) + abs(imag(alpha)). |