James Lucas

Results 112 comments of James Lucas

Sorry for my slow response on this! I agree with you that adding simple constructors for these matrices could be a good thing. I'll give my thoughts on this issue...

I just want to chime in to thank you both for the discussion here. `FullPivLU` would be a huge contribution @prismatica - please don't hesitate to post here or elsewhere...

I have only had time to loosely follow what has been happening with nalgebra but I agree that it is good to see things moving in the ecosystem. Unfortunately I...

These slides provide an overview of a good (and relatively simple) implementation: http://www.netlib.org/utk/people/JackDongarra/CCDSC-2014/talk35.pdf There is a paper linked in the article which may be a valuable read. **Edit:** I think...

Hey @theotherphil ! Sorry that I'm slow to reply. Yes I had already tried implementing this and you're right that it is slower than out-of-place transpose, which is expected. I...

I haven't done any background reading into the topic here- but I imagine that the `dot` function translates to a matrix multiplication. For this you can just use the `*`...

It looks to me that the latter examples are computing zTU, so they treat it like a matrix multiplication with z as a row. I could be misunderstanding though...

PR #122 has been closed pending work on SVD. This PR should be revisited once the SVD issues have been resolved.

I think that #126 and the proposal here are a good starting point - if we can't reach a consensus then the PR would make a strong contribution on it's...

I'm coming back to look at some of these issues and PRs again now - hopefully I can start getting things resolved! I think @Andlon makes a good point -...