Inkscape
Vector Graphics Editor
|
some std functions to work with (pw)s-basis More...
Go to the source code of this file.
Namespaces | |
namespace | Geom |
Various utility functions. | |
Functions | |
Piecewise< SBasis > | Geom::abs (SBasis const &f) |
Return the absolute value of a function pointwise. | |
Piecewise< SBasis > | Geom::abs (Piecewise< SBasis > const &f) |
Return the absolute value of a function pointwise. | |
Piecewise< SBasis > | Geom::max (SBasis const &f, SBasis const &g) |
Return the greater of the two functions pointwise. | |
Piecewise< SBasis > | Geom::max (Piecewise< SBasis > const &f, SBasis const &g) |
Return the greater of the two functions pointwise. | |
Piecewise< SBasis > | Geom::max (SBasis const &f, Piecewise< SBasis > const &g) |
Return the greater of the two functions pointwise. | |
Piecewise< SBasis > | Geom::max (Piecewise< SBasis > const &f, Piecewise< SBasis > const &g) |
Return the greater of the two functions pointwise. | |
Piecewise< SBasis > | Geom::min (SBasis const &f, SBasis const &g) |
Return the more negative of the two functions pointwise. | |
Piecewise< SBasis > | Geom::min (Piecewise< SBasis > const &f, SBasis const &g) |
Return the more negative of the two functions pointwise. | |
Piecewise< SBasis > | Geom::min (SBasis const &f, Piecewise< SBasis > const &g) |
Return the more negative of the two functions pointwise. | |
Piecewise< SBasis > | Geom::min (Piecewise< SBasis > const &f, Piecewise< SBasis > const &g) |
Return the more negative of the two functions pointwise. | |
Piecewise< SBasis > | Geom::signSb (SBasis const &f) |
Return the sign of the two functions pointwise. | |
Piecewise< SBasis > | Geom::signSb (Piecewise< SBasis > const &f) |
Return the sign of the two functions pointwise. | |
Piecewise< SBasis > | Geom::sqrt (SBasis const &f, double tol, int order) |
Compute the sqrt of a function. | |
Piecewise< SBasis > | Geom::sqrt (Piecewise< SBasis > const &f, double tol, int order) |
Compute the sqrt of a function. | |
Piecewise< SBasis > | Geom::cos (SBasis const &f, double tol, int order) |
Compute the cosine of a function. | |
Piecewise< SBasis > | Geom::cos (Piecewise< SBasis > const &f, double tol, int order) |
Compute the cosine of a function. | |
Piecewise< SBasis > | Geom::sin (SBasis const &f, double tol, int order) |
Compute the sine of a function. | |
Piecewise< SBasis > | Geom::sin (Piecewise< SBasis > const &f, double tol, int order) |
Compute the sine of a function. | |
Piecewise< SBasis > | Geom::log (SBasis const &f, double tol=1e-3, int order=3) |
Piecewise< SBasis > | Geom::log (Piecewise< SBasis >const &f, double tol=1e-3, int order=3) |
Piecewise< SBasis > | Geom::reciprocalOnDomain (Interval range, double tol=1e-3) |
Piecewise< SBasis > | Geom::reciprocal (SBasis const &f, double tol=1e-3, int order=3) |
Piecewise< SBasis > | Geom::reciprocal (Piecewise< SBasis >const &f, double tol=1e-3, int order=3) |
Piecewise< SBasis > | Geom::interpolate (std::vector< double > times, std::vector< double > values, unsigned smoothness) |
Returns a Piecewise SBasis with prescribed values at prescribed times. | |
some std functions to work with (pw)s-basis
Definition in file sbasis-math.h.