HP MLIB User's Guide Vol. 1 7th Ed.
Chapter 1 Introduction to VECLIB 27
Operator arguments
Table 1-4 BLAS Standard Operator Arguments
Operator
Argument
Named Constant Meaning
norm
blas_one_norm 1-norm
blas_real_one_norm real 1-norm
blas_two_norm 2-norm
blas_frobenius_norm Frobenius-norm
blas_inf_norm infinity-norm
blas_real_inf_norm real infinity-norm
blas_max_norm max-norm
blas_real_max_norm real-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 x
T
blas_no_trans operate with x
blas_conj_trans
operate with
conj blas_conj
operate with
blas_no_conj operate with x
diag blas_non_unit_diag non-unit triangular
blas_unit_diag unit triangular
jrot blas_jrot_inner
inner rotation
blas_jrot_outer
outer rotation
blas_jrot_sorted
sorted rotation
x
∗
x
c
1
2
-------
≥
0 c
1
2
-------
≤≤
abs a() abs b()≥