Lines Matching refs:order
616 TODO: compute order according to tol?
619 SBasis compose_inverse(SBasis const &f, SBasis const &g, unsigned order, double zero){
620 SBasis result(order, Linear(0.)); //result
623 Pk.truncate(order);
624 Qk.truncate(order);
625 Pk.resize(order,Linear(0.));
626 Qk.resize(order,Linear(0.));
627 r.resize(order,Linear(0.));
634 for (unsigned k=0; k<order; k+=vs){
657 Pk.resize(order,Linear(0.)); // truncates if too high order, expands with zeros if too low
658 Qk.resize(order,Linear(0.));
659 r.resize(order,Linear(0.));