facebookresearch / baspachoLinks
Direct solver for sparse SPD matrices for nonlinear optimization. Implements supernodal Cholesky decomposition algorithm, and supports GPU (CUDA).
☆97Updated 4 months ago
Alternatives and similar repositories for baspacho
Users that are interested in baspacho are comparing it to the libraries listed below
Sorting:
- Solver for Large-Scale Rank-One Semidefinite Relaxations☆72Updated 3 years ago
- An easily integrable Cholesky solver on CPU and GPU☆255Updated 3 weeks ago
- A free LDL factorisation routine☆101Updated 2 months ago
- Sparse nonlinear least squares in JAX☆270Updated 3 weeks ago
- A Package for Automatic Differentiation of Algorithms Written in C/C++☆175Updated this week
- The analysis and implementation of SO3 log map, and its jacobians. The special focus on edge cases (angle close to 0 or \pi).☆30Updated 2 years ago
- A set of lightweight header-only template functions implementing commonly-used optimization methods on Riemannian manifolds and convex sp…☆111Updated 2 years ago
- Polynomial optimization problem solver. Uses relaxation to convert the problem into Semidefinite programming. Can be also used just as Se…