|
Mantid
|
#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidAlgorithms/DllConfig.h"#include "MantidKernel/MultiThreaded.h"#include <Eigen/Dense>#include <algorithm>#include <array>#include <cmath>#include <concepts>#include <optional>#include <tuple>#include <type_traits>#include <unsupported/Eigen/AutoDiff>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |
| namespace | Mantid::Algorithms::Arithmetic |
| namespace | Mantid::Algorithms::FlipperConfigurations |
| namespace | Mantid::Algorithms::PolarizationCorrectionsHelpers |
| namespace | Mantid::Algorithms::SpinStateConfigurationsFredrikze |
| namespace | Mantid::Algorithms::SpinStateConfigurationsWildes |
| namespace | Mantid::Algorithms::SpinStatesORSO |
Concepts | |
| concept | Mantid::Algorithms::Arithmetic::CovarianceMatrixProviderFor |
Functions | |
| MANTID_ALGORITHMS_DLL void | Mantid::Algorithms::SpinStatesORSO::addORSOLogForSpinState (const Mantid::API::MatrixWorkspace_sptr &ws, const std::string &spinState) |
| MANTID_ALGORITHMS_DLL const std::string & | Mantid::Algorithms::SpinStatesORSO::getORSONotationForSpinState (const std::string &spinState) |
| template<size_t IndependentVars, size_t DependentVars, typename... DependentFuncs> | |
| auto | Mantid::Algorithms::Arithmetic::makeCovarianceMatrixProvider (DependentFuncs &&...dependentFuncs) |
| template<size_t N, typename Func > | |
| auto | Mantid::Algorithms::Arithmetic::makeErrorPropagation (Func &&func) |
| MANTID_ALGORITHMS_DLL API::MatrixWorkspace_sptr | Mantid::Algorithms::PolarizationCorrectionsHelpers::workspaceForSpinState (const API::WorkspaceGroup_sptr &group, const std::string &spinStateOrder, const std::string &targetSpinState) |
| Returns the workspace in the group associated with the given targetSpinState according to the order defined by spinStateOrder. | |