Introduction

A project which contains test code to convert ceres CRSMatrix to eigen style matrix.

Usage

  1. convert CRSMatrix to eigen style matrix
mkdir build
cd build
cmake ..
make testCRSMatrix
./testCRSMatrix
cd ../
  1. visualize sparse matrix
python plot_sparse_matrix.py eigen_matrix.txt