C.3 Basic Linear Algebraic Routines (VAX only)

This section summarizes the Basic Linear Algebraic Subroutines (BLAS) Level 1: Basic and Extended Set. These routines perform operations on arrays.

The following table lists the BLAS Level 1 routines:

Basic Set Extended Set
IxAMAX  xNRM2  IxAMIN  xNORM2 
xASUM  xROT  IxMAX  xNRSQ 
xAXPY  xROTG  IxMIN  xSET 
xCOPY  xSCAL  xAMAX  xSUM 
xDOTx  xSWAP  xAMIN  xVCAL 
    xMAX  xZAXPY 
    xMIN   
Note
The Compaq (formerly DIGITAL) Extended Math Library product may be needed to resolve references to BLAS Extended Set routines that are not expanded inline by the compiler.

For More Information:


Previous Page Next Page Table of Contents