Searched refs:fwd_seed (Results 1 – 7 of 7) sorted by relevance
301 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;
992 fwd_seed(casadi_int nfwd) const;1049 fwd_seed(casadi_int nfwd) const { in fwd_seed() function in casadi::FunctionInternal
309 vector<vector<MX>> fseed = fwd_seed<MX>(nfwd), fsens; in get_forward()
731 std::vector<std::vector<MatType> > fseed = fwd_seed<MatType>(nfwd), fsens; in get_forward()
746 %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 …]
630 %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 …]
661 %exception casadi::FunctionInternal::fwd_seed(casadi_int nfwd) const {