-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference book for math principles in BlockCholeskyLinearSystemSolver.cpp #672
Comments
I am not sure of any reference, but likely searching block cholesky is a good starting point. I believe also the sparse matrix library is based on the g2o paper, which discusses about the "special structure" when we have SLAM with landmarks. I believe the current code uses this function by default: kalibr/aslam_optimizer/sparse_block_matrix/include/sparse_block_matrix/linear_solver_cholmod.h Lines 70 to 112 in 1f60227
|
I want to multithreading BlockCholeskyLinearSystemSolver to accelarate and could you provide some math reference for BlockCholeskyLinearSystemSolver
The text was updated successfully, but these errors were encountered: