|
221.
|
|
|
of the banded jacobian: the band is the i,j's with i-ml <= j <= ny-1
|
|
|
|
(no translation yet)
|
|
|
|
222.
|
|
|
If jactype = 4 the jacobian function must return
|
|
|
|
(no translation yet)
|
|
|
|
223.
|
|
|
a matrix J which is ml+mu+1 x ny (where ny=dim of y in ydot=f(t,y))
|
|
|
|
(no translation yet)
|
|
|
|
224.
|
|
|
such that column 1 of J is made of mu zeros followed by
|
|
|
|
(no translation yet)
|
|
|
|
225.
|
|
|
df1/dy1, df2/dy1, df3/dy1,... (1+ml possibly non-zero entries)
|
|
|
|
(no translation yet)
|
|
|
|
226.
|
|
|
column 2 is made of mu-1 zeros followed by df1/dx2, df2/dx2,etc
|
|
|
|
(no translation yet)
|
|
|
|
227.
|
|
|
Default values are given in square brackets
|
|
|
|
(no translation yet)
|
|
|
|
228.
|
|
|
If the function is called without argument, default values are used
|
|
|
|
(no translation yet)
|
|
|
|
229.
|
|
|
tcrit (assumes itask=4 or 5)
|
|
|
|
(no translation yet)
|
|
|
|
230.
|
|
|
h0 (first step tried)
|
|
|
|
(no translation yet)
|
|
|