Mantid
|
#include "MantidCurveFitting/EigenComplexMatrix.h"
#include "MantidCurveFitting/EigenFortranMatrix.h"
#include "MantidCurveFitting/EigenFortranVector.h"
#include "MantidCurveFitting/EigenMatrix.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
Typedefs | |
using | Mantid::CurveFitting::ComplexFortranMatrix = FortranMatrix< ComplexMatrix > |
using | Mantid::CurveFitting::ComplexFortranVector = FortranVector< ComplexVector > |
using | Mantid::CurveFitting::DoubleFortranMatrix = FortranMatrix< EigenMatrix > |
using | Mantid::CurveFitting::DoubleFortranVector = FortranVector< EigenVector > |
using | Mantid::CurveFitting::IntFortranVector = FortranVector< std::vector< int > > |