-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi there,
looking at the code, I think, that this line in the doc is not up-to-date.
odeint/doc/concepts/implicit_system.qbk
Line 40 in 2bbc186
| [[Calculate ['A := df/dx (x,t)]] [`sys.second( x , jacobi , t )`] [`void`] [Calculates the Jacobian of /f/ at /x/,/t/, the result is stored into `jacobi`] ] |
I compared it to
| jacobi_func( x , m_jac.m_v , t , m_dfdt.m_v ); |
If this is the case, I can update it and create a pull request.
Metadata
Metadata
Assignees
Labels
No labels