question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ellipsoidal damping for SparseSolver

See original GitHub issue

A' = A + damping * diag(A + eps)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maurimocommented, Feb 18, 2022

Can work on Cuda-LU, will work with BaSpaCho (as Jt x J is/will be computed externally), no chance with Cholmod as it’s computing Jt x J internally (adding only possibly one constant to the diagonal). To make it work with Cholmod need to implement externally the operation Jt x J (but I think BaSpaCho will prove to superseed Cholmod also as CPU-only solver).

0reactions
luisenpcommented, Feb 16, 2022

@maurimo I forgot what the status of this. Can you remind me which of our sparse solvers (if any) currently support this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Computation - MuJoCo Documentation
Each solver algorithm can be used with both pyramidal and elliptic friction cones, and both dense and sparse representations of the constraint Jacobian...
Read more >
arXiv:1802.03773v1 [cs.NA] 11 Feb 2018
Moré [31]), it directly controls the damping factor λ with a line-search algorithm [28]. 3. Building sparse QR solvers.
Read more >
(Sparse) Linear Solvers
Sparse direct solvers. • SPD matrices. – Cholesky factor sparsity pattern can be derived from matrix' sparsity pattern. • Reorder to minimize new...
Read more >
Choose iterative Solver type PCG because of insufficient RAM ...
I am doing a static structural analysis. Can I still use a iterative solver? Unfortunately I do not habe enough RAM to use...
Read more >
Sparse linear algebra (scipy.sparse.linalg)
Compute a lower bound of the 1-norm of a sparse matrix. ... Select default sparse direct solver to be used. ... lsqr (A,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found