#include <splines.h>
Public Member Functions | |
| virtual int | k0 () const =0 |
| virtual double | knot (const int k) const =0 |
abstract base class for (semi)infinite knot sequences in Z t_{k0} <= ... <= t_k <= t_{k+1} <= ... for splines the support of which overlaps [0,)
| virtual double MathTL::KnotSequence::knot | ( | const int | k | ) | const [pure virtual] |
compute the k-th knot
Implemented in MathTL::SchoenbergKnotSequence< d >, and MathTL::CardinalKnotSequence< d >.
1.7.6.1