Parth Nobel
Parth Nobel
I've used PyO3 on some projects for my previous employer, I'm doing some work on rust-numpy rn, and I've been planning to use PyO3 in an existing project (https://github.com/PTNobel/AutoDiff). I'll...
@vbarrielle, I think it sounds like the lowest hanging fruit here is to 1) move the csc transforms out of the timed section 2) Verify that the two solutions have...
Anything you want me to do? I'm happy to try and work through my list of items from my last comment.
> But I notice the graph is wired randomly I'll add, that this is because my use-case encounters genuinely random graphs quite frequently sadly, the more structure present, the work...
So as you suspected, the results being returned are wildly different suggesting that `lsolve_csc_dense_rhs` was fast because it is wrong... I'll push this code to my repo tonight resolving 2.
Question: What is the difference between LdlLongNumeric and LdlNumeric in `sprs_suitesparse_ldl`?
Question: do parameters have a > 1 constraint I could consider in picking the monotoncity?
I'm not familiar enough with DPP rules to answer this, but would it be possible if we wrote `p**x` in terms of something other than `exp(x * log(p))` to properly...
Awesome. Will do. Thanks Riley!
Barring any other suggestions, I'll start working on this tonight!