예제 #1
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);
        }