#include <ode_series.hpp>
Definition at line 32 of file ode_series.hpp.
| solve_ode_series_rep | ( | const slp_tangent< series< C > > & | fun2, | |
| const vector< C > & | c2 | |||
| ) | [inline] |
Definition at line 36 of file ode_series.hpp.
00036 : 00037 recursive_series_rep<vector<C> > (CF(c2)), fun (fun2), c (c2) {} syntactic expression (const syntactic& z) const {
| syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 38 of file ode_series.hpp.
References mmx::flatten().
| series<vector<C> > initialize | ( | ) | [inline] |
Definition at line 41 of file ode_series.hpp.
References mmx::as_vector(), mmx::eval(), mmx::from_vector(), mmx::integrate(), and mmx::me.
00041 { 00042 this->initial (0)= c; 00043 vector<series<C> > in = as_vector (this->me ()); 00044 vector<series<C> > out= integrate (eval (fun, in)); 00045 return from_vector (out); }
1.6.1