Giter VIP home page Giter VIP logo

Comments (4)

aravindh-krishnamoorthy avatar aravindh-krishnamoorthy commented on June 21, 2024

The line causing the exception on the latest master 71f68b4c is as follows:

iszero(amm) && throw(SingularException(m))

from julia.

dkarrasch avatar dkarrasch commented on June 21, 2024

@lukas-weber Could you please post the full stacktraces and a copy-pastable code example for the complex Dual case. One possibility is to catch this case earlier at the lu/factorization level, another one is to catch it at the generic triangular solve level. That would be easier to judge given the stacktraces.

from julia.

aravindh-krishnamoorthy avatar aravindh-krishnamoorthy commented on June 21, 2024

Perhaps it's better to solve it in triangular solve as it will also be solved for the vanilla L \ b when used independently of lu? What I saw at that time was that in the other "graceful" cases, it works because the loop variables are not accessed outside of the loop over their size. But, in this case, amm is accessed before the loop over m, perhaps for efficiency reasons.

from julia.

lukas-weber avatar lukas-weber commented on June 21, 2024

@lukas-weber Could you please post the full stacktraces and a copy-pastable code example for the complex Dual case. One possibility is to catch this case earlier at the lu/factorization level, another one is to catch it at the generic triangular solve level. That would be easier to judge given the stacktraces.

They are added now. Sorry for the inconvenience!

from julia.

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.