#include <dlrNumeric/array1D.h>
#include <cmath>
Include dependency graph for sampledFunctions.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Functions | |
| template<class TYPE> | |
| Array1D< TYPE > | dlr::numeric::getGaussian1D (size_t size, double sigma=0.0, bool normalize=false) |
| This function returns an array in which the elements are sampled from a 1D Gaussian. | |
Copyright (C) 2006 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file sampledFunctions.h.
1.5.2