MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions
MathTL::KnotSequence Class Reference

#include <splines.h>

Inheritance diagram for MathTL::KnotSequence:
MathTL::CardinalKnotSequence< d > MathTL::SchoenbergKnotSequence< d >

List of all members.

Public Member Functions

virtual int k0 () const =0
virtual double knot (const int k) const =0

Detailed Description

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,)


Member Function Documentation

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 >.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations