#include <vector>
#include <dlrNumeric/array1D.h>
#include <dlrNumeric/array2D.h>
#include <dlrNumeric/polynomial.h>
#include <cmath>
#include <dlrNumeric/functional.h>
#include <dlrNumeric/utilities.h>
Include dependency graph for bSpline.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Classes | |
| class | dlr::numeric::BSpline< Type > |
| Warning: This class is very new, and its test suite is still incomplete. More... | |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file bSpline.h.
1.5.2