Mantid
Loading...
Searching...
No Matches
Framework
Algorithms
inc
MantidAlgorithms
MaxEnt
MaxentCoefficients.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4
// NScD Oak Ridge National Laboratory, European Spallation Source,
5
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6
// SPDX - License - Identifier: GPL - 3.0 +
7
#pragma once
8
9
#include "
MantidKernel/Matrix.h
"
10
11
// Auxiliary class to store quadratic coefficients
12
// See J. Skilling and R. K. Bryan: "Maximum entropy image reconstruction:
13
// general algorithm" (1984)
14
15
struct
QuadraticCoefficients
{
16
Mantid::Kernel::DblMatrix
s1
;
// Quadratic coefficient S_mu
17
Mantid::Kernel::DblMatrix
c1
;
// Quadratic coefficient C_mu
18
Mantid::Kernel::DblMatrix
s2
;
// Quadratic coefficient g_mu_nu
19
Mantid::Kernel::DblMatrix
c2
;
// Quadratic coefficient M_mu_nu
20
};
Matrix.h
Mantid::Kernel::Matrix< double >
QuadraticCoefficients
Definition:
MaxentCoefficients.h:15
QuadraticCoefficients::s2
Mantid::Kernel::DblMatrix s2
Definition:
MaxentCoefficients.h:18
QuadraticCoefficients::s1
Mantid::Kernel::DblMatrix s1
Definition:
MaxentCoefficients.h:16
QuadraticCoefficients::c1
Mantid::Kernel::DblMatrix c1
Definition:
MaxentCoefficients.h:17
QuadraticCoefficients::c2
Mantid::Kernel::DblMatrix c2
Definition:
MaxentCoefficients.h:19
Generated on Tue Jan 3 2023 11:57:16 for Mantid by
1.9.5