Chemical Data Processing Library C++ API - Version 1.1.1
|
Implementation of the Kabsch algorithm. More...
#include <cstddef>
#include "CDPL/Math/Check.hpp"
#include "CDPL/Math/TypeTraits.hpp"
#include "CDPL/Math/Matrix.hpp"
#include "CDPL/Math/Vector.hpp"
#include "CDPL/Math/MatrixProxy.hpp"
#include "CDPL/Math/VectorProxy.hpp"
#include "CDPL/Math/SVDecomposition.hpp"
#include "CDPL/Base/Exceptions.hpp"
Go to the source code of this file.
Classes | |
class | CDPL::Math::KabschAlgorithm< T > |
Implementation of the Kabsch algorithm [KABA]. More... | |
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Math | |
Contains classes and functions related to mathematics. | |
Implementation of the Kabsch algorithm.