mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
More C++ification.
"> >" -> ">>" "> > >" -> ">>>" Change-Id: Id1ddd9dbf030fe21d57207741b4ca8403068e55b
This commit is contained in:
@@ -128,7 +128,7 @@ template<typename Function,
|
||||
typename LinearSolver = Eigen::LDLT<
|
||||
Eigen::Matrix<typename Function::Scalar,
|
||||
Function::NUM_PARAMETERS,
|
||||
Function::NUM_PARAMETERS> > >
|
||||
Function::NUM_PARAMETERS>>>
|
||||
class TinySolver {
|
||||
public:
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user