public int Solve(ComplexOde ode, double from, double step, int stepsCount)
        {
            int ret = CorePINVOKE.ComplexSolver_Solve__SWIG_2(swigCPtr, ComplexOde.getCPtr(ode), from, step, stepsCount);

            return(ret);
        }