#include <dlrNumeric/array1D.h>
#include <cmath>
#include <dlrNumeric/functional.h>
#include <dlrNumeric/utilities.h>
Go to the source code of this file.
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. | |
Functions | |
template<class TYPE > | |
Array1D< TYPE > | dlr::numeric::getGaussian1D (double sigma, size_t size=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.