13.2.7 Get_Columns_ELL_Matrix Procedure

The Get_Columns_ELL_Matrix procedure accesses the column locations from an ELL Matrix.

Calling syntax:

Columns = ELLM or
call Get_Columns (Columns, ELLM)  

Input variable:

 Columns  The bare naked array of columns from the ELL_Matrix object. Columns must be the same size as the ELL_Matrix.

Input/Output variable:

 ELLM  The ELL_Matrix object to be accessed.

The Get_Columns_ELL_Matrix code listing contains additional documentation.

Michael L. Hall