Home
last modified time | relevance | path

Searched refs:LsodarOSI_jacobianf_wrapper (Results 1 – 1 of 1) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DLsodarOSI.cpp68 extern "C" void LsodarOSI_jacobianf_wrapper(integer* sizeOfX, doublereal* time, doublereal* x, inte…
69 extern "C" void LsodarOSI_jacobianf_wrapper(integer* sizeOfX, doublereal* time, doublereal* x, inte… in LsodarOSI_jacobianf_wrapper() function
499 …jacopointer pointerToJacobianF = LsodarOSI_jacobianf_wrapper; // function to compute the Jacobian/… in integrate()