Home
last modified time | relevance | path

Searched defs:ode (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/math/stanmath/math-4.2.0/test/unit/math/rev/functor/
H A Dtest_fixture_ode.hpp122 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_good() local
148 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_analytical() local
188 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_analytical() local
225 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in fd_param() local
253 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in fd_init() local
286 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_fd_dv() local
333 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_fd_vd() local
382 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_fd_vv() local
449 ode_problem_type& ode = static_cast<ode_problem_type&>(*this); in test_ts_ad() local
/dports/misc/ompl/ompl-1.5.2/src/ompl/control/
H A DODESolver.h90 ODESolver(SpaceInformationPtr si, ODE ode, double intStep) in ODESolver()
99 void setODE(const ODE &ode) in setODE()
186 ODE ode; member
205 : ODESolver(si, ode, intStep) in ODESolver() argument
232 : ODESolver(si, ode, intStep) in ODESolver() argument
279 : ODESolver(si, ode, intStep), maxError_(1e-6), maxEpsilonError_(1e-7) in ODESolver() argument
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/test/integration/
H A Dcfm_damping_implicit_spring_damper.cc142 sdf::ElementPtr ode = physics->GetElement("ode"); in TEST() local
161 sdf::ElementPtr ode = physics->GetElement("ode"); in TEST() local
H A Durdf_gazebo_extensions.cc57 sdf::ElementPtr ode = physics->GetElement("ode"); in TEST() local
/dports/devel/ode/ode-0.13/include/
H A DMakefile.am1 SUBDIRS = ode drawstuff subdir
/dports/math/casadi/casadi-3.5.5/docs/api/examples/integrators/
H A Didas.py65 ode = vertcat(u,lambd*x,v,lambd*y+g) variable
96 ode = vertcat(u,lambd*x) variable
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/demo/ode/
H A Dce.py33 ode = CE(lambda_) variable
54 def __init__(self, ode): argument
H A Dvanderpol.py80 def __init__(self, ode): argument
90 def __init__(self, ode): argument
102 ode = VDP(mu_,mf_) variable
/dports/graphics/plotutils/plotutils-2.6/ode/
H A DMakefile.am3 bin_PROGRAMS = ode program
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/
H A DMakefile.am16 SUBDIRS = clock hessmat lufact ode sparse tapesave timing \ subdir
23 SUBDIRS = clock hessmat lufact ode sparse tapesave timing \ subdir
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/python/
H A DODEWrapper.cpp12 py::class_<ODE, ModPiece, std::shared_ptr<ODE> > ode(m, "ODE"); in ODEWrapper() local
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/examples/
H A Dbind_member_functions_cpp11.cpp31 void ode( const state_type &x , state_type &dxdt , double t ) const in ode() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/
H A DJacobianMatrices.java167 final FirstOrderDifferentialEquations ode = (jode instanceof MainStateJacobianWrapper) ? in registerVariationalEquations() local
423 private final FirstOrderDifferentialEquations ode; field in JacobianMatrices.MainStateJacobianWrapper
434 MainStateJacobianWrapper(final FirstOrderDifferentialEquations ode, in MainStateJacobianWrapper()
H A DParameterizedWrapper.java38 ParameterizedWrapper(final FirstOrderDifferentialEquations ode) { in ParameterizedWrapper()
/dports/math/casadi/casadi-3.5.5/docs/examples/matlab/
H A Dsensitivity_analysis.m53 ode = [v; variable
87 ode = -x + 0.5*x*x + u + 0.5*z; variable
/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Dsensitivity_analysis.py55 ode = vertcat( variable
89 ode = -x + 0.5*x*x + u + 0.5*z variable
/dports/math/py-sympy/sympy-1.9/sympy/solvers/ode/
H A Dsubscheck.py49 def checkodesol(ode, sol, func=None, order='auto', solve_for_func=True): argument

12345678910