James Lucas
James Lucas
Sure! Let me know if things still aren't clear (or if you see any issues or just plain disagree): ``` rust use libnum::Zero; /// Dummy Eigen decomp #[must_use = "Eigen...
Yeah I think this proposal makes a good amount of sense! There is a little disparity as you say with QR/Cholesky/etc. but I don't see this being a significant obstacle....
I created #44 to explore what this looks like for eigen methods. If you have time to review this @Andlon I'd appreciate it. I will likely try to do the...
I agree that this is definitely worth exploring! Will have more to say on this later but I think for now we should tackle eigen and svd as they are...
This sounds like a good idea. In response to your points: 1. We should definitely do this - however for documentation we will need to expose these to the end-user....
Just commenting to say that I think the above makes a lot of sense and is also what I was thinking. I'll be fairly unavailable next week (on vacation) but...
It may be that I cannot convince you - but I do think there is still some value in this structure. I agree that certainly we can achieve much of...
I was initially thinking that we would directly expose some routines and then have higher level functions for more common ones. So `mat.eigen().pteqr()` would be exposed so users can have...
I still need to read through your above comment properly (but am currently agreeing with it mostly). As for the splitting into multiple files - I think doing this in...
I'd like to merge this after the conflict I've introduced is resolved.