clean up the redundant options

release/4.3a0
Yong-Dian Jian 2012-04-18 19:43:33 +00:00
parent ef5a24a59c
commit e9b6c1360e
1 changed files with 1 additions and 3 deletions

View File

@ -118,9 +118,7 @@ struct ConjugateGradientParameters {
enum BLASKernel { /* Matrix Operation Kernel */
GTSAM = 0, /* Jacobian Factor Graph of GTSAM */
SBM, /* Sparse Block Matrix */
SM, /* Sparse Scalar Matrix */
CHOLMOD /* Cholmod Sparse */
SBM /* Sparse Block Matrix */
} blas_kernel_;
size_t degree_; /* the maximum degree of the vertices to be eliminated before doing cg */