Giter VIP home page Giter VIP logo

Comments (2)

pghysels avatar pghysels commented on June 12, 2024

Dear Dimitar,

My apologies for the delay. I tried your code, with the matrix you sent. And indeed the results seem wrong.

I believe the problem is a numerical issue. MKL dgesv performs partial pivoting, it looks for the largest element in each column, and uses that element as the pivot. But in BLR, we only look for the largest element in the column within the diagonal block.
I think for this matrix, this restricted pivoting might not be sufficient.
We could implement another variant of the BLR compression and factorization algorithm that is more numerically stable, I will discuss this with my collaborators.
Another thing you could try is to add a diagonal shift to the matrix, then compress and factor the shifted matrix and use that as a preconditioner.

We will try to fix the StructuredMatrix interface soon.

Pieter

from strumpack.

dimitargslavchev avatar dimitargslavchev commented on June 12, 2024

Thank you for the quick response.

Best Regards,
Dimitar Slavchev

from strumpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.