13.2.8 Get_Values_ELL_Matrix Procedure

The Get_Values_ELL_Matrix procedure accesses the values from an ELL Matrix.

Calling syntax:

Values = ELLM or
call Get_Values (Values, ELLM)  

Input variable:

 Values  The bare naked array of values from the ELL_Matrix object. Values must be the same size as the ELL_Matrix.

Input/Output variable:

 ELLM  The ELL_Matrix object to be accessed.

The Get_Values_ELL_Matrix code listing contains additional documentation.

Michael L. Hall