#include <series_implicit.hpp>
Definition at line 323 of file series_implicit.hpp.
unknown_series_rep | ( | solver_series_rep< C, V > * | f2, | |
nat | k2 | |||
) | [inline] |
Definition at line 327 of file series_implicit.hpp.
00327 : 00328 USeries_rep (format<UC > (/*FIXME*/)), f (f2), k (k2) 00329 { 00330 this->n= f->n; 00331 this->Set_order (this->n); 00332 for (nat i=0; i<f->n; i++) { 00333 C* s= mmx_new<C> (0); 00334 this->a[i]= UC (f, f->a[i][k], s, i, i); 00335 } 00336 } syntactic expression (const syntactic& z) const {
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 337 of file series_implicit.hpp.