Refactor small_blas_benchmark.cc

1. Rename it to small_blas_gemv_benchmark.cc to better reflect
   its coverage.
2. Simplify the data generation.
3. Make the two vectors and the matrix in each element live in
   separate arrays to ensure that they are not cache coherent.
4. Use "Apply" instead of ArgPair to simplify and unify the
   matrix sizes.
5. Update the benchmark numbers and move them to a json
   file in the benchmarks directory.

Change-Id: Iaf3764083f902258def739c4be42e0580be103cb
4 files changed
tree: 6fff125fe710bd627cad2b076999660cb64ee98d
  1. bazel/
  2. benchmarks/
  3. cmake/
  4. config/
  5. data/
  6. docs/
  7. examples/
  8. include/
  9. internal/
  10. jni/
  11. scripts/
  12. .gitignore
  13. BUILD
  14. CMakeLists.txt
  15. LICENSE
  16. package.xml
  17. README.md
  18. WORKSPACE
README.md

Ceres Solver

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.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.

WARNING - Do not make GitHub pull requests!

Ceres development happens on Gerrit, including both repository hosting and code reviews. The GitHub Repository is a continuously updated mirror which is primarily meant for issue tracking. Please see our Contributing to Ceres Guide for more details.

The upstream Gerrit repository is

https://ceres-solver.googlesource.com/ceres-solver