Marc Haubenstock
Marc Haubenstock
This error is still present. Please update your demos
The parameters passed in the unsafe block are invalid. Looking at the source once call is e.g. ``` let lwork = T::xgeev_work_size( b'T', b'T', n as i32, m.as_mut_slice(), lda, wr.as_mut_slice(),...
It seem all the work is already done expect the complex part is discarded in the normal `eigenvalue()` call. I changed the complex eigenvalue method signature to ``` pub fn...
~The accuracy of this method does not seem to be very high when compared to matlab/octave~ This is not really true.
@Andlon I made a PR. maybe its better to discuss this there. https://github.com/dimforge/nalgebra/pull/1106
@Andlon Is there any update on this issue? Im stuck compiling against my local nalgebra version
@metric-space Maybe you are the better ping since you implemented the current function
@Andlon Yes. Maybe my attempt to explain this was very convoluted, since I wasnt sure what was going on at the start. I fixed two issues I had with the...
I was just reviewing the code and I dont think its a good idea to split up the method into two. The problem is that as stated above: _I do...
@Andlon could you give feedback if this would be mergable or what is still neccessary?