Home
last modified time | relevance | path

Searched defs:algebra_solver (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Dalgebra_solver.hpp15 struct algebra_solver { struct
19 std::string system_function_name_;
24 expression y_;
29 expression theta_;
34 expression x_r_;
39 expression x_i_;
H A Dalgebra_solver_def.hpp10 algebra_solver::algebra_solver() { } in algebra_solver() function in stan::lang::algebra_solver
12 algebra_solver::algebra_solver(const std::string& system_function_name, in algebra_solver() function in stan::lang::algebra_solver
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/functor/
H A Dalgebra_solver.hpp124 Eigen::VectorXd algebra_solver( in algebra_solver() function
236 Eigen::Matrix<T2, Eigen::Dynamic, 1> algebra_solver( in algebra_solver() function
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dalgebra_solver_powell.hpp262 Eigen::Matrix<value_type_t<T2>, Eigen::Dynamic, 1> algebra_solver( in algebra_solver() function
/dports/math/stanmath/math-4.2.0/test/expressions/
H A Dexpression_test_helpers.hpp247 auto algebra_solver(const F& f, const T1& x, const T2& y, in algebra_solver() function