public int Solve(Ode ode, StateType timePoints, double step) { int ret = CorePINVOKE.Solver_Solve__SWIG_3(swigCPtr, Ode.getCPtr(ode), StateType.getCPtr(timePoints), step); if (CorePINVOKE.SWIGPendingException.Pending) { throw CorePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static extern void Ode_director_connect(HandleRef jarg1, Ode.SwigDelegateOde_0 delegate0, Ode.SwigDelegateOde_1 delegate1);
internal static HandleRef getCPtr(Ode obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public int Solve(Ode ode, double from, double step, int stepsCount) { int ret = CorePINVOKE.Solver_Solve__SWIG_2(swigCPtr, Ode.getCPtr(ode), from, step, stepsCount); return(ret); }
public int Solve(Ode ode, double from, double step, double to, IntegrateFunctionTypeCode integrateFunctionTypeCode) { int ret = CorePINVOKE.Solver_Solve__SWIG_0(swigCPtr, Ode.getCPtr(ode), from, step, to, (int)integrateFunctionTypeCode); return(ret); }
public int Solve(Ode ode, double from, double step, double to) { int ret = CorePINVOKE.Solver_Solve__SWIG_1(swigCPtr, Ode.getCPtr(ode), from, step, to); return(ret); }
internal static HandleRef getCPtr(Ode obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public int ConvenienceSolve(Ode od, double from, double step, double to) { int ret = CorePINVOKE.Solver_ConvenienceSolve(swigCPtr, Ode.getCPtr(od), from, step, to); return(ret); }
public int Solve(Ode ode, StateType timePoints, double step) { int ret = CorePINVOKE.Solver_Solve__SWIG_3(swigCPtr, Ode.getCPtr(ode), StateType.getCPtr(timePoints), step); if (CorePINVOKE.SWIGPendingException.Pending) throw CorePINVOKE.SWIGPendingException.Retrieve(); return ret; }
public int Solve(Ode ode, double from, double step, int stepsCount) { int ret = CorePINVOKE.Solver_Solve__SWIG_2(swigCPtr, Ode.getCPtr(ode), from, step, stepsCount); return ret; }
public int Solve(Ode ode, double from, double step, double to) { int ret = CorePINVOKE.Solver_Solve__SWIG_1(swigCPtr, Ode.getCPtr(ode), from, step, to); return ret; }
public int Solve(Ode ode, double from, double step, double to, IntegrateFunctionTypeCode integrateFunctionTypeCode) { int ret = CorePINVOKE.Solver_Solve__SWIG_0(swigCPtr, Ode.getCPtr(ode), from, step, to, (int)integrateFunctionTypeCode); return ret; }
public int ConvenienceSolve(Ode od, double from, double step, double to) { int ret = CorePINVOKE.Solver_ConvenienceSolve(swigCPtr, Ode.getCPtr(od), from, step, to); return ret; }