| 
| template<class ValueType >  | 
| void  | MR::Registration::Transform::param_mat2vec (const Eigen::Matrix< ValueType, 3, 4, Eigen::RowMajor > &transformation_matrix, Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > ¶m_vector) | 
|   | 
| template<class ValueType >  | 
| void  | MR::Registration::Transform::param_mat2vec (const Eigen::Matrix< ValueType, 4, 4, Eigen::RowMajor > &transformation_matrix, Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > ¶m_vector) | 
|   | 
| template<class ValueType >  | 
| void  | MR::Registration::Transform::param_mat2vec (const Eigen::Matrix< ValueType, 3, 4, Eigen::ColMajor > &transformation_matrix, Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > ¶m_vector) | 
|   | 
| template<class ValueType >  | 
| void  | MR::Registration::Transform::param_mat2vec (const Eigen::Matrix< ValueType, 4, 4, Eigen::ColMajor > &transformation_matrix, Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > ¶m_vector) | 
|   | 
| template<class Derived , class ValueType >  | 
| void  | MR::Registration::Transform::param_vec2mat (const Eigen::MatrixBase< Derived > ¶m_vector, Eigen::Matrix< ValueType, 3, 4 > &transformation_matrix) | 
|   | 
| template<class Derived , class ValueType >  | 
| void  | MR::Registration::Transform::param_vec2mat (const Eigen::MatrixBase< Derived > ¶m_vector, Eigen::Matrix< ValueType, 4, 4 > &transformation_matrix) | 
|   |