selvavm
selvavm
Thanks @WebFreak001 for reply. Yes, I played with the `valuesFormatting` and the "prettyPrinter" was better than others. My problem is strange. Debug Console is printing as expected when using `Native...
thanks @WebFreak001. In this case, shouldn't one expand the variable address in the variable pane which shows the dereferenced value? I am using C/C++ extension and that does similar (I...
@GitMensch - This is with C/C++ extension using MSVC debugger.  Please note that there is a bug in Rust in rendering HashMap and I have raised an [issue](https://github.com/rust-lang/rust/issues/92286). Sadly,...
Hi May I know if this is fixed?
I came to update that I was able to make this work with UDF and Databricks. Moreover, I was able to do debugging in Visual studio as well. However, it...
Hi @DavidVujic i am also interested in this feature and I could see you have put tremendous effort here. I hope this is reviewed and merged.
@termoshtt - could you please review this?
@termoshtt - I noticed that `eigh` is using `(a,b).eigh()` and my implementation is `a.eigg(&b)`. For the former there is no documentation, so it is hard to find. I can change...
For now I have achieved it by doing Cholesky factorisation and then solving for eigen values. However, I would be nice if the default Lapack function is exposed.
Hi @termoshtt - I am willing to implement this and this is my first contribution. Just now I finished setting up my dev environment. But now stuck with lapacke ([issue](https://github.com/blas-lapack-rs/lapacke/issues/2)).