Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::API::IntegrationResult Struct Reference

PeakFunctionIntegrator : More...

#include <PeakFunctionIntegrator.h>

Public Attributes

double error
 
int errorCode
 
size_t intervals
 
double result
 
bool success
 

Detailed Description

PeakFunctionIntegrator :

General integration of peaks (in the form of IPeakFunction) by wrapping the corresponding GSL-functions. Integration with infinity limits is supported.

PeakFunctionIntegrator allocates a GSL integration workspace on construction and frees the memory when it's destroyed.

Author
Michael Wedel, Paul Scherrer Institut - SINQ
Date
24/04/2014

Definition at line 28 of file PeakFunctionIntegrator.h.

Member Data Documentation

◆ error

double Mantid::API::IntegrationResult::error

◆ errorCode

int Mantid::API::IntegrationResult::errorCode

◆ intervals

size_t Mantid::API::IntegrationResult::intervals

◆ result

double Mantid::API::IntegrationResult::result

◆ success

bool Mantid::API::IntegrationResult::success

The documentation for this struct was generated from the following file: