Clear1D

AnalysisLibErrType Clear1D (double array[], int numberOfElements);

Purpose

Sets the elements of an array to zero.

Parameters

Input
Name Type Description
numberOfElements integer Number of elements in the array.
Output
Name Type Description
array double-precision array The array to clear.

Return Value

Name Type Description
status AnalysisLibErrType A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants.