Mantid
|
#include "MantidCurveFitting/DllConfig.h"
#include "Eigen/Core"
#include "Eigen/Dense"
#include "MantidCurveFitting/EigenVectorView.h"
#include <ostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::EigenVector |
A wrapper around Eigen::Vector. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
Functions | |
MANTID_CURVEFITTING_DLL std::ostream & | Mantid::CurveFitting::operator<< (std::ostream &ostr, const EigenVector &v) |
The << operator. More... | |