callable functions#
function lms_initialize(T, data, control, status)
Parameters:
data |
holds private internal data |
control |
is a structure containing control information (see lms_control_type) |
status |
is a scalar variable of type Int32 that gives the exit status from the package. Possible values are (currently):
|
function lms_information(T, data, inform, status)
Provides output information
Parameters:
data |
holds private internal data |
inform |
is a structure containing output information (see lms_inform_type) |
status |
is a scalar variable of type Int32 that gives the exit status from the package. Possible values are (currently):
|
function lms_terminate(T, data, control, inform)
Deallocate all internal private storage
Parameters:
data |
holds private internal data |
control |
is a structure containing control information (see lms_control_type) |
inform |
is a structure containing output information (see lms_inform_type) |