|
Mantid
|
#include "EigenVector.h"#include "MantidCurveFitting/DllConfig.h"#include "EigenMatrixView.h"#include "MantidKernel/Matrix.h"#include "Eigen/Core"#include "Eigen/Dense"#include <iomanip>#include <stdexcept>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::CurveFitting::EigenMatrix |
| A wrapper around Eigen::Matrix. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::CurveFitting |
Functions | |
| std::ostream & | Mantid::CurveFitting::operator<< (std::ostream &ostr, const EigenMatrix &m) |
| The << operator. Prints a matrix in rows. More... | |