Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
FindPeaksConvolve.h File Reference
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/WorkspaceGroup_fwd.h"
#include "MantidAlgorithms/DllConfig.h"
#include "Eigen/../unsupported/Eigen/CXX11/Tensor"
#include "Eigen/Core"

Go to the source code of this file.

Classes

class  Mantid::Algorithms::FindPeaksConvolve
 FindPeaksConvolve : Finds peak centres using convolution with a shoebox kernel to approximate the second derivative, taking maxima above an I/Sigma threshold. More...
 
struct  Mantid::Algorithms::FindPeaksConvolve::PeakResult
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Algorithms
 
namespace  Mantid::HistogramData
 

Typedefs

typedef Eigen::Map< const Eigen::VectorXd > EigenMap_const
 
typedef Eigen::Tensor< double, 1 > Tensor1D
 
typedef Eigen::TensorMap< Eigen::Tensor< double, 1 > > TensorMap
 
typedef Eigen::TensorMap< const Eigen::Tensor< double, 1 > > TensorMap_const
 

Typedef Documentation

◆ EigenMap_const

typedef Eigen::Map<const Eigen::VectorXd> EigenMap_const

Definition at line 29 of file FindPeaksConvolve.h.

◆ Tensor1D

typedef Eigen::Tensor<double, 1> Tensor1D

Definition at line 26 of file FindPeaksConvolve.h.

◆ TensorMap

typedef Eigen::TensorMap<Eigen::Tensor<double, 1> > TensorMap

Definition at line 28 of file FindPeaksConvolve.h.

◆ TensorMap_const

typedef Eigen::TensorMap<const Eigen::Tensor<double, 1> > TensorMap_const

Definition at line 27 of file FindPeaksConvolve.h.