aslam_optimizer
aslam_optimizer copied to clipboard
How hard would it be to add column normalization to the sparse cholesky linear solver?
I guess it's not so much work. It's all done in Cholmod right?
I think you implemented it for the sparse QR:
https://github.com/ethz-asl/aslam_optimizer/blob/master/aslam_backend/include/aslam/backend/implementation/Cholmod.hpp#L402-L442
Does it work the same for sparse Cholesky?
I guess so.