Пример #1
0
        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);
        }
Пример #2
0
 public static extern void Ode_director_connect(HandleRef jarg1, Ode.SwigDelegateOde_0 delegate0, Ode.SwigDelegateOde_1 delegate1);
Пример #3
0
 internal static HandleRef getCPtr(Ode obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #4
0
        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);
        }
Пример #5
0
        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);
        }
Пример #6
0
        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);
        }
Пример #7
0
 internal static HandleRef getCPtr(Ode obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #8
0
        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);
        }
Пример #9
0
 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;
 }
Пример #10
0
 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;
 }
Пример #11
0
 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;
 }
Пример #12
0
 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;
 }
Пример #13
0
 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;
 }