# learn_least_square **Repository Path**: zhan994/learn_least_square ## Basic Information - **Project Name**: learn_least_square - **Description**: 用Eigen实现最小二乘算法Gauss-Newton、LM和Dog-Leg的例子代码 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-08-15 - **Last Updated**: 2024-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn_least_square **A repository used to record least-square algorithms demo.** ## Dependency - Eigen3