#include "main.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/SVD>
Go to the source code of this file.
Functions | |
template<typename T > | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | randMatrixSpecialUnitary (int size) |
template<typename T > | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | randMatrixUnitary (int size) |
template<typename Scalar , int Dimension> | |
void | run_fixed_size_test (int num_elements) |
template<typename MatrixType > | |
void | run_test (int dim, int num_elements) |
void | test_umeyama () |
Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> randMatrixSpecialUnitary | ( | int | size | ) |
Definition at line 92 of file umeyama.cpp.
Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> randMatrixUnitary | ( | int | size | ) |
Definition at line 37 of file umeyama.cpp.
void run_fixed_size_test | ( | int | num_elements | ) |
Definition at line 138 of file umeyama.cpp.
void run_test | ( | int | dim, |
int | num_elements | ||
) |
Definition at line 109 of file umeyama.cpp.
void test_umeyama | ( | ) |
Definition at line 173 of file umeyama.cpp.