|
| template<typename DerivedA , typename DerivedB > |
| static void | inner_product (Real *A, Real &E0, const Eigen::DenseBase< DerivedA > &first_coords, const Point &first_coords_center_of_mass, const Eigen::DenseBase< DerivedB > &second_coords, const Point &second_coords_center_of_mass) |
| |
| static Real | calc_rmsd_Theobald_method (Real *A, Real E0, size_t number_of_atoms, Real *rot_matrix) |
| |
| template<typename DerivedA , typename DerivedB > |
| static Real | calc_coordinate_rmsd (const Eigen::DenseBase< DerivedA > &first_coords, const Eigen::DenseBase< DerivedB > &second_coords) |
| |
| template<typename DerivedA , typename DerivedB > |
| static Real | calc_coordinate_rmsd (const Eigen::DenseBase< DerivedA > &first_coords, const Point &first_coords_center_of_mass, const Eigen::DenseBase< DerivedB > &second_coords, const Point &second_coords_center_of_mass) |
| |
| template<typename DerivedA , typename DerivedB > |
| static Real | calc_coordinate_superposition (const Eigen::DenseBase< DerivedA > &src_coords, const Point &src_center_of_mass, const Eigen::DenseBase< DerivedB > &onto_coords, const Point &onto_center_of_mass, Eigen::Transform< Real, 3, Eigen::Affine > &superposition_transform) |
| |
| template<typename DerivedA , typename DerivedB > |
| static Real | calc_coordinate_superposition (const Eigen::DenseBase< DerivedA > &src_coords, const Eigen::DenseBase< DerivedB > &onto_coords, Eigen::Transform< Real, 3, Eigen::Affine > &superposition_transform) |
| |