# Sophus **Repository Path**: JaneLee/Sophus ## Basic Information - **Project Name**: Sophus - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-15 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sophus (version 0.9a) C++ implementation of Lie Groups using Eigen. Thanks to Steven Lovegrove, Sophus is now fully templated - using the Curiously Recurring Template Pattern (CRTP). (In order to go back to the non-templated/double-only version "git checkout a621ff".) Installation guide: ``` cd Sophus mkdir build cd build cmake .. make #Make doxygen files make doc ```