MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions | Protected Attributes
MathTL::SchoenbergBSpline_td< d > Class Template Reference

#include <schoenberg_splines.h>

Inheritance diagram for MathTL::SchoenbergBSpline_td< d >:
MathTL::Function< 1 > MathTL::FunctionTime

List of all members.

Public Member Functions

 SchoenbergBSpline_td (const int j, const int k)
 constructor from j, k
virtual ~SchoenbergBSpline_td ()
 virtual destructor
double value (const Point< 1 > &p, const unsigned int component=0) const
 point value
void vector_value (const Point< 1 > &p, Vector< double > &values) const
 point value
void set_j (const int j)
 set j
void set_k (const int k)
 set k

Protected Attributes

int j_
int k_

Detailed Description

template<int d>
class MathTL::SchoenbergBSpline_td< d >

a translated and dilated Schoenberg B-spline as a function object


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