BDCSVD missing from sections of docs
Submitted by Mark Gates
Assigned to Nobody
Link to original bugzilla bug (#1538)
Description
These dox sections (and possibly others) discuss using the Jacobi SVD, but do not mention using the BDC SVD, making it possible for people to be unaware of the Eigen implementation of BDC SVD.
http://eigen.tuxfamily.org/dox/group__TutorialLinearAlgebra.html
http://eigen.tuxfamily.org/dox/group__TopicLinearAlgebraDecompositions.html
http://eigen.tuxfamily.org/dox/group__LeastSquares.html
The benchmark and SVD module do list both.
http://eigen.tuxfamily.org/dox/group__DenseDecompositionBenchmark.html
http://eigen.tuxfamily.org/dox/group__SVD__Module.html
-mark