lis_solver_get_time - Man Page
get the execution time from the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_time(LIS_SOLVER solver, double *time);
Description
Get the execution time from the solver.
Input
- solver
The solver
Output
- time
The time in seconds of the execution
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions