Data type and byte length
Data type and byte length
There is a relationship between the data type of a subprogram, designated by the first character of its name (refer to T in Table
MLIB Argument Lengths
|
| MLIB Argument Lengths |
| |
|
|
|
|
|
T | VECLIB | VECLIB8 | REAL | COMPLEX |
| INTEGER | INTEGER | ||
| LOGICAL | LOGICAL |
|
|
|
|
|
|
|
S | 4 | 8 | 4 | 8 |
D | 4 | 8 | 8 | 16 |
C | 4 | 8 | 4 | 8 |
Z | 4 | 8 | 8 | 16 |
|
|
|
|
|
Operator arguments
Some BLAS routines take
norm | Used by routines computing the norm of a vector or |
| matrix. There are seven valid values that specify the |
| norm to be computed, namely |
| |
| matrices, |
| |
sort | Used by sorting routines.There are two valid values |
| that specify whether the data should be specified in |
| increasing or decreasing order. |
side | Used by functions computing the product of two |
| matrices A and B. There are two valid values that |
| specify whether A*B or B*A should be computed. |
Chapter 1 Introduction to VECLIB 25