PURPOSE

To create a FMS vector file for direct access to the array X(NUMEQ,NUMVEC), which is dimensioned in your program.

SYNOPSIS

CALL FMSOV2 (NUMEQ, IDTYPE, NUMVEC, X, LDX, LUX)

INPUT PARAMETERS

OUTPUT PARAMETERS

DESCRIPTION:

This subroutine creates a FMS vector file attribute list LUX(25) which addresses the array X(NUMEQ,NUMVEC) in your program. It provides an efficient and easy to use interface when the vector data remains in memory during FMS processing. You should use this subroutine whenever there are only a few vectors.

When using this subroutine, it is not necessary to create the vector file by calling FMSOV, or to read and write the vector data. FMS performs all operations directly on the vector data contained in your array X.

The array X must be aligned on a natural address boundary.