Mantid
|
#include <MaxentCoefficients.h>
Public Attributes | |
Mantid::Kernel::DblMatrix | c1 |
Mantid::Kernel::DblMatrix | c2 |
Mantid::Kernel::DblMatrix | s1 |
Mantid::Kernel::DblMatrix | s2 |
Definition at line 15 of file MaxentCoefficients.h.
Mantid::Kernel::DblMatrix QuadraticCoefficients::c1 |
Definition at line 17 of file MaxentCoefficients.h.
Referenced by Mantid::Algorithms::MaxEnt::calculateChi(), Mantid::Algorithms::MaxentCalculator::getQuadraticCoefficients(), and Mantid::Algorithms::MaxentCalculator::iterate().
Mantid::Kernel::DblMatrix QuadraticCoefficients::c2 |
Definition at line 19 of file MaxentCoefficients.h.
Referenced by Mantid::Algorithms::MaxEnt::calculateChi(), Mantid::Algorithms::MaxentCalculator::iterate(), and Mantid::Algorithms::MaxEnt::move().
Mantid::Kernel::DblMatrix QuadraticCoefficients::s1 |
Definition at line 16 of file MaxentCoefficients.h.
Referenced by Mantid::Algorithms::MaxEnt::calculateChi(), and Mantid::Algorithms::MaxentCalculator::iterate().
Mantid::Kernel::DblMatrix QuadraticCoefficients::s2 |
Definition at line 18 of file MaxentCoefficients.h.
Referenced by Mantid::Algorithms::MaxEnt::applyDistancePenalty(), Mantid::Algorithms::MaxEnt::calculateChi(), and Mantid::Algorithms::MaxentCalculator::iterate().