module Diag:sig..end
Diagonal approximation of Jacobians by difference quotients.
val solver : ('data, 'kind) Cvode.linear_solverA linear solver based on Jacobian approximation by difference quotients.
val get_work_space : ('d, 'k) Cvode.session -> int * intReturns the sizes of the real and integer workspaces used by the Diagonal linear solver.
real_size, integer_size)val get_num_rhs_evals : ('d, 'k) Cvode.session -> intReturns the number of calls made to the right-hand side function due to finite difference Jacobian approximation in the Diagonal linear solver.