Go to the source code of this file.
|  | 
| void | addnode (SysSPA &spa, int n, std::vector< Eigen::Vector3d, Eigen::aligned_allocator< Eigen::Vector3d > > ntrans, std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > nqrot, std::vector< Eigen::Vector2i, Eigen::aligned_allocator< Eigen::Vector2i > > cind, std::vector< Eigen::Vector3d, Eigen::aligned_allocator< Eigen::Vector3d > > ctrans, std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > cqrot, std::vector< Eigen::Matrix< double, 6, 6 >, Eigen::aligned_allocator< Eigen::Matrix< double, 6, 6 > > > prec) | 
|  | 
| void | make_covar (double *cv, Matrix< double, 6, 6 > &m) | 
|  | 
| static void | make_qrot (double rr, double rp, double ry, Vector4d &v) | 
|  | 
◆ addnode()
      
        
          | void addnode | ( | SysSPA & | spa, | 
        
          |  |  | int | n, | 
        
          |  |  | std::vector< Eigen::Vector3d, Eigen::aligned_allocator< Eigen::Vector3d > > | ntrans, | 
        
          |  |  | std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > | nqrot, | 
        
          |  |  | std::vector< Eigen::Vector2i, Eigen::aligned_allocator< Eigen::Vector2i > > | cind, | 
        
          |  |  | std::vector< Eigen::Vector3d, Eigen::aligned_allocator< Eigen::Vector3d > > | ctrans, | 
        
          |  |  | std::vector< Eigen::Vector4d, Eigen::aligned_allocator< Eigen::Vector4d > > | cqrot, | 
        
          |  |  | std::vector< Eigen::Matrix< double, 6, 6 >, Eigen::aligned_allocator< Eigen::Matrix< double, 6, 6 > > > | prec | 
        
          |  | ) |  |  | 
      
 
 
◆ make_covar()
      
        
          | void make_covar | ( | double * | cv, | 
        
          |  |  | Matrix< double, 6, 6 > & | m | 
        
          |  | ) |  |  | 
      
 
 
◆ make_qrot()
  
  | 
        
          | static void make_qrot | ( | double | rr, |  
          |  |  | double | rp, |  
          |  |  | double | ry, |  
          |  |  | Vector4d & | v |  
          |  | ) |  |  |  | static |