Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Remove BlockRandomAccessCRSMatrix.
Browse files Browse the repository at this point in the history
It is not used anywhere.

Change-Id: I2a8ebbdacf788582f21266825ead3f76646da29e
  • Loading branch information
sandwichmaker committed May 6, 2014
1 parent 7088a08 commit eca7e1c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 428 deletions.
2 changes: 0 additions & 2 deletions internal/ceres/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ SET(CERES_INTERNAL_SRC
block_evaluate_preparer.cc
block_jacobi_preconditioner.cc
block_jacobian_writer.cc
block_random_access_crs_matrix.cc
block_random_access_dense_matrix.cc
block_random_access_diagonal_matrix.cc
block_random_access_matrix.cc
Expand Down Expand Up @@ -224,7 +223,6 @@ IF (BUILD_TESTING AND GFLAGS)
CERES_TEST(autodiff)
CERES_TEST(autodiff_cost_function)
CERES_TEST(autodiff_local_parameterization)
CERES_TEST(block_random_access_crs_matrix)
CERES_TEST(block_random_access_dense_matrix)
CERES_TEST(block_random_access_diagonal_matrix)
CERES_TEST(block_random_access_sparse_matrix)
Expand Down
170 changes: 0 additions & 170 deletions internal/ceres/block_random_access_crs_matrix.cc

This file was deleted.

108 changes: 0 additions & 108 deletions internal/ceres/block_random_access_crs_matrix.h

This file was deleted.

Loading

0 comments on commit eca7e1c

Please sign in to comment.