Mantid
Loading...
Searching...
No Matches
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
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
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};
Mantid::Kernel::DblMatrix s2
Mantid::Kernel::DblMatrix s1
Mantid::Kernel::DblMatrix c1
Mantid::Kernel::DblMatrix c2