Lines Matching defs:sqrt
33 //this a first try to define sqrt, cos, sin, etc...
149 sqrtf[0] = Linear(std::sqrt(f[0][0]), std::sqrt(f[0][1]));
161 sqrtf = Linear(std::sqrt(fabs(f.at0())), std::sqrt(fabs(f.at1())));
178 /** Compute the sqrt of a function.
181 Piecewise<SBasis> sqrt(SBasis const &f, double tol, int order){
182 return sqrt(max(f,Linear(tol*tol)),tol,order);
185 /** Compute the sqrt of a function.
188 Piecewise<SBasis> sqrt(Piecewise<SBasis> const &f, double tol, int order){