Purpose
Stores the auxillary information for a an atomic operation that computes
the solution of a linear ODE.
r
This argument is the final value for the variable that the ODE is with
respect to.
step
This is a positive maximum step size to use when solving the ODE.
pattern
This argument is a sparsity pattern.
It would be const except for the fact that
pattern.set_row_major()
is called so that checking for
equality is faster; see
set_row_major
.
transpose
If this argument is true (false) the sparsity pattern is for
A(x)\R{T}
(
A(x)
).