Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
sbasis-math.h File Reference

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< SBasisGeom::abs (SBasis const &f)
 Return the absolute value of a function pointwise.
 
Piecewise< SBasisGeom::abs (Piecewise< SBasis > const &f)
 Return the absolute value of a function pointwise.
 
Piecewise< SBasisGeom::max (SBasis const &f, SBasis const &g)
 Return the greater of the two functions pointwise.
 
Piecewise< SBasisGeom::max (Piecewise< SBasis > const &f, SBasis const &g)
 Return the greater of the two functions pointwise.
 
Piecewise< SBasisGeom::max (SBasis const &f, Piecewise< SBasis > const &g)
 Return the greater of the two functions pointwise.
 
Piecewise< SBasisGeom::max (Piecewise< SBasis > const &f, Piecewise< SBasis > const &g)
 Return the greater of the two functions pointwise.
 
Piecewise< SBasisGeom::min (SBasis const &f, SBasis const &g)
 Return the more negative of the two functions pointwise.
 
Piecewise< SBasisGeom::min (Piecewise< SBasis > const &f, SBasis const &g)
 Return the more negative of the two functions pointwise.
 
Piecewise< SBasisGeom::min (SBasis const &f, Piecewise< SBasis > const &g)
 Return the more negative of the two functions pointwise.
 
Piecewise< SBasisGeom::min (Piecewise< SBasis > const &f, Piecewise< SBasis > const &g)
 Return the more negative of the two functions pointwise.
 
Piecewise< SBasisGeom::signSb (SBasis const &f)
 Return the sign of the two functions pointwise.
 
Piecewise< SBasisGeom::signSb (Piecewise< SBasis > const &f)
 Return the sign of the two functions pointwise.
 
Piecewise< SBasisGeom::sqrt (SBasis const &f, double tol, int order)
 Compute the sqrt of a function.
 
Piecewise< SBasisGeom::sqrt (Piecewise< SBasis > const &f, double tol, int order)
 Compute the sqrt of a function.
 
Piecewise< SBasisGeom::cos (SBasis const &f, double tol, int order)
 Compute the cosine of a function.
 
Piecewise< SBasisGeom::cos (Piecewise< SBasis > const &f, double tol, int order)
 Compute the cosine of a function.
 
Piecewise< SBasisGeom::sin (SBasis const &f, double tol, int order)
 Compute the sine of a function.
 
Piecewise< SBasisGeom::sin (Piecewise< SBasis > const &f, double tol, int order)
 Compute the sine of a function.
 
Piecewise< SBasisGeom::log (SBasis const &f, double tol=1e-3, int order=3)
 
Piecewise< SBasisGeom::log (Piecewise< SBasis >const &f, double tol=1e-3, int order=3)
 
Piecewise< SBasisGeom::reciprocalOnDomain (Interval range, double tol=1e-3)
 
Piecewise< SBasisGeom::reciprocal (SBasis const &f, double tol=1e-3, int order=3)
 
Piecewise< SBasisGeom::reciprocal (Piecewise< SBasis >const &f, double tol=1e-3, int order=3)
 
Piecewise< SBasisGeom::interpolate (std::vector< double > times, std::vector< double > values, unsigned smoothness)
 Returns a Piecewise SBasis with prescribed values at prescribed times.
 

Detailed Description

some std functions to work with (pw)s-basis

Definition in file sbasis-math.h.