Home
last modified time | relevance | path

Searched refs:fwd_seed (Results 1 – 7 of 7) sorted by relevance

/dports/math/casadi/casadi-3.5.5/docs/api/doxygen-tutorial/
H A D03.dox301 12 vector<double> fwd_seed(x.size());
302 13 fill(fwd_seed.begin(), fwd_seed.end(), 0);
304 15 fwd_seed[i] = 1;
305 16 f.setFwdSeed(fwd_seed, 0, i);
306 17 fwd_seed[i] = 0;
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dfunction_internal.hpp992 fwd_seed(casadi_int nfwd) const;
1049 fwd_seed(casadi_int nfwd) const { in fwd_seed() function in casadi::FunctionInternal
H A Drootfinder.cpp309 vector<vector<MX>> fseed = fwd_seed<MX>(nfwd), fsens; in get_forward()
H A Dx_function.hpp731 std::vector<std::vector<MatType> > fseed = fwd_seed<MatType>(nfwd), fsens; in get_forward()
/dports/math/casadi/casadi-3.5.5/swig/
H A Ddoc.i746 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
2325 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
5659 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
9128 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
11120 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
13274 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
17158 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
18071 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
19840 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
21135 %feature("docstring") casadi::FunctionInternal::fwd_seed(casadi_int nfwd)
[all …]
H A Ddoc_merged.i630 %feature("docstring") casadi::BackwardDiff::fwd_seed "
8740 %feature("docstring") casadi::Collocation::fwd_seed "
13750 %feature("docstring") casadi::Dple::fwd_seed "
14481 %feature("docstring") casadi::Expm::fwd_seed "
41845 %feature("docstring") casadi::MapSum::fwd_seed "
47706 %feature("docstring") casadi::OmpMap::fwd_seed "
50599 %feature("docstring") casadi::OracleFunction::fwd_seed "
51620 %feature("docstring") casadi::QpToNlp::fwd_seed "
54223 %feature("docstring") casadi::Qrsqp::fwd_seed "
57830 %feature("docstring") casadi::Scpgen::fwd_seed "
[all …]
H A Dinternal.i661 %exception casadi::FunctionInternal::fwd_seed(casadi_int nfwd) const {