|
|
|
| Operator arguments | ||
Table | BLAS Standard Operator Arguments |
|
|
| ||
|
|
|
|
|
|
|
| Operator | Named Constant |
| Meaning |
| |
| Argument |
|
| |||
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
| blas_one_norm |
|
| ||
|
|
|
|
|
|
|
|
| blas_real_one_norm |
| real |
| |
|
|
|
|
|
|
|
|
| blas_two_norm |
|
| ||
|
|
|
|
|
|
|
| norm | blas_frobenius_norm |
|
| ||
|
|
|
|
|
| |
| blas_inf_norm |
|
| |||
|
|
|
| |||
|
|
|
|
|
|
|
|
| blas_real_inf_norm |
| real |
| |
|
|
|
|
|
|
|
|
| blas_max_norm |
|
| ||
|
|
|
|
|
|
|
|
| blas_real_max_norm |
|
| ||
|
|
|
|
|
|
|
| sort | blas_increasing_order |
| sort in increasing order |
| |
|
|
|
|
|
|
|
|
| blas_decreasing_order |
| sort in decreasing order |
| |
|
|
|
|
|
|
|
| side | blas_left_side |
| operate on the left hand side |
| |
|
|
|
|
|
|
|
|
| blas_right_side |
| operate on the right hand side |
| |
|
|
|
|
|
|
|
| uplo | blas_upper |
| reference upper triangle only |
| |
|
|
|
|
|
|
|
|
| blas_lower |
| reference lower triangle only |
| |
|
|
|
|
|
|
|
| transx | blas_trans |
| operate with xT |
| |
|
| blas_no_trans |
| operate with x |
| |
|
|
|
|
|
|
|
|
| blas_conj_trans |
| operate with x∗ |
| |
|
|
|
|
|
|
|
| conj | blas_conj |
| operate with | x |
|
|
|
|
|
|
|
|
|
| blas_no_conj |
| operate with x |
| |
|
|
|
|
|
|
|
| diag | blas_non_unit_diag |
|
| ||
|
|
|
|
|
|
|
|
| blas_unit_diag |
| unit triangular |
| |
|
|
|
|
|
|
|
| jrot | blas_jrot_inner |
| 1 |
| |
|
|
|
|
| ||
|
|
|
| inner rotation c ≥ |
| |
|
|
|
| 2 |
| |
|
|
|
|
|
|
|
|
| blas_jrot_outer |
| 1 |
|
|
|
|
|
|
|
| |
|
|
|
| outer rotation 0 ≤ c ≤ |
| |
|
|
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| blas_jrot_sorted |
|
|
|
|
|
|
|
| sorted rotation abs(a) ≥ abs(b) |
| |
|
|
|
|
|
|
|
Chapter 1 Introduction to VECLIB 27