Refined reference documentation
parent
afb6ebb933
commit
55ad1f16a6
|
@ -29,12 +29,14 @@ using Sparse = Eigen::SparseMatrix<double>;
|
||||||
* \brief Compute maximum Eigenpair with accelerated power method
|
* \brief Compute maximum Eigenpair with accelerated power method
|
||||||
*
|
*
|
||||||
* References :
|
* References :
|
||||||
* 1) Rosen, D. and Carlone, L., 2017, September. Computational
|
* 1) G. Golub and C. V. Loan, Matrix Computations, 3rd ed. Baltimore, Johns
|
||||||
|
* Hopkins University Press, 1996, pp.405-411
|
||||||
|
* 2) Rosen, D. and Carlone, L., 2017, September. Computational
|
||||||
* enhancements for certifiably correct SLAM. In Proceedings of the
|
* enhancements for certifiably correct SLAM. In Proceedings of the
|
||||||
* International Conference on Intelligent Robots and Systems.
|
* International Conference on Intelligent Robots and Systems.
|
||||||
* 2) Yulun Tian and Kasra Khosoussi and David M. Rosen and Jonathan P. How,
|
* 3) Yulun Tian and Kasra Khosoussi and David M. Rosen and Jonathan P. How,
|
||||||
* 2020, Aug, Distributed Certifiably Correct Pose-Graph Optimization, Arxiv
|
* 2020, Aug, Distributed Certifiably Correct Pose-Graph Optimization, Arxiv
|
||||||
* 3) C. de Sa, B. He, I. Mitliagkas, C. Ré, and P. Xu, “Accelerated
|
* 4) C. de Sa, B. He, I. Mitliagkas, C. Ré, and P. Xu, “Accelerated
|
||||||
* stochastic power iteration,” in Proc. Mach. Learn. Res., no. 84, 2018, pp.
|
* stochastic power iteration,” in Proc. Mach. Learn. Res., no. 84, 2018, pp.
|
||||||
* 58–67
|
* 58–67
|
||||||
*
|
*
|
||||||
|
|
|
@ -35,12 +35,14 @@ using Sparse = Eigen::SparseMatrix<double>;
|
||||||
* \brief Compute maximum Eigenpair with power method
|
* \brief Compute maximum Eigenpair with power method
|
||||||
*
|
*
|
||||||
* References :
|
* References :
|
||||||
* 1) Rosen, D. and Carlone, L., 2017, September. Computational
|
* 1) G. Golub and C. V. Loan, Matrix Computations, 3rd ed. Baltimore, Johns
|
||||||
|
* Hopkins University Press, 1996, pp.405-411
|
||||||
|
* 2) Rosen, D. and Carlone, L., 2017, September. Computational
|
||||||
* enhancements for certifiably correct SLAM. In Proceedings of the
|
* enhancements for certifiably correct SLAM. In Proceedings of the
|
||||||
* International Conference on Intelligent Robots and Systems.
|
* International Conference on Intelligent Robots and Systems.
|
||||||
* 2) Yulun Tian and Kasra Khosoussi and David M. Rosen and Jonathan P. How,
|
* 3) Yulun Tian and Kasra Khosoussi and David M. Rosen and Jonathan P. How,
|
||||||
* 2020, Aug, Distributed Certifiably Correct Pose-Graph Optimization, Arxiv
|
* 2020, Aug, Distributed Certifiably Correct Pose-Graph Optimization, Arxiv
|
||||||
* 3) C. de Sa, B. He, I. Mitliagkas, C. Ré, and P. Xu, “Accelerated
|
* 4) C. de Sa, B. He, I. Mitliagkas, C. Ré, and P. Xu, “Accelerated
|
||||||
* stochastic power iteration,” in Proc. Mach. Learn. Res., no. 84, 2018, pp.
|
* stochastic power iteration,” in Proc. Mach. Learn. Res., no. 84, 2018, pp.
|
||||||
* 58–67
|
* 58–67
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue