#include "main.h"#include <Eigen/Core>#include <Eigen/Geometry>#include <Eigen/LU>#include <Eigen/SVD>
Go to the source code of this file.
Functions | |
| EIGEN_DECLARE_TEST (umeyama) | |
| 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) |
| EIGEN_DECLARE_TEST | ( | umeyama | ) |
Definition at line 158 of file umeyama.cpp.
| Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> randMatrixSpecialUnitary | ( | int | size | ) |
Definition at line 75 of file umeyama.cpp.
| Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> randMatrixUnitary | ( | int | size | ) |
Definition at line 22 of file umeyama.cpp.
| void run_fixed_size_test | ( | int | num_elements | ) |
Definition at line 121 of file umeyama.cpp.
Definition at line 91 of file umeyama.cpp.