MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions
MathTL::CardinalBSpline< d > Class Template Reference

#include <cardinal_splines.h>

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

List of all members.

Public Member Functions

 CardinalBSpline ()
virtual ~CardinalBSpline ()
double value (const Point< 1 > &p, const unsigned int component=0) const
void vector_value (const Point< 1 > &p, Vector< double > &values) const

Detailed Description

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

cardinal B-spline N_d(x) as Function object


Constructor & Destructor Documentation

template<int d>
MathTL::CardinalBSpline< d >::CardinalBSpline ( ) [inline]

default constructor: B-splines are real-valued

template<int d>
virtual MathTL::CardinalBSpline< d >::~CardinalBSpline ( ) [inline, virtual]

virtual destructor


Member Function Documentation

template<int d>
double MathTL::CardinalBSpline< d >::value ( const Point< 1 > &  p,
const unsigned int  component = 0 
) const [inline]

value of a B-spline

template<int d>
void MathTL::CardinalBSpline< d >::vector_value ( const Point< 1 > &  p,
Vector< double > &  values 
) const [inline]

value of a B-spline


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