13.1.12 Set_Not_Up_to_Date_Mathematic_Vector Procedure

The Set_Not_Up_to_Date_Mathematic_Vector procedure puts a Mathematic Vector into a ``not up-to-date'' state. That is, it unsets the values for all of the updated? variables in the Mathematic Vector. It is mainly used internally to the Mathematic Vector class, but could also be used externally to force recalculation of norms, extrema, etc.

Calling syntax:

call Set_Not_Up_to_Date (MV)

Input/Output variable:

 MV  The Mathematic_Vector object to be set.

The Set_Not_Up_to_Date_Mathematic_Vector code listing contains additional documentation.

Michael L. Hall