Speed up DenseSparseMatrix::SquareColumnNorm. Because we store the matrix as row major matrix, the obvious Eigen expression performs rather poorly. A straight c++ loop speeds things up considerably. Also replace use of matrix() with direct use of m_. Change-Id: I3d6166df4765ad8400ab9602a54b65fd21b1d50f
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.