Lorenz Schmidt

Results 102 comments of Lorenz Schmidt

Do you have a specific use-case?

You could do the following for symmetric positive definite matrix: * Use cholesky decomposition from `sprs` crate and solve manually * Implement conjugated gradient, which is quite simple. You could...

The first version is obviously not matrix free 13.04.2020 20:23:43 Karthik Karanth : > > > > I'm working on a physics simulator. During the time integration step, I have...

You still want to call into a BLAS library for optimized matrix-vector product, but the implementation itself is in Rust. If you're matrix is not symmetric, then the BiCGSTAB algorithm...

Some of my notes are containing colors important to their content. My local version has a flag for disabling w/b conversion. You can replicate that by: - commenting out this...

Hey, this may not be needed, because the audio data is equalised to the full 16bit audio range anyway. ([here](https://github.com/bytesnake/hex/blob/master/music-container/src/lib.rs#L220)) Though this is problematic when the audio is very quiet...

We're using mdbook here, but with some tweaks :laughing: so there is the plugin https://github.com/rust-ml/book/tree/master/mdbook-scientific which basically adds special syntax for latex/gnuplot code blocks. The environment would need: * mdbook...

first: thanks for all the work! I will try to reproduce the build error inside the docker image. I have currently too many side-projects to really focus on one thing,...

I'm giving it a try now, posted a link in zulip. > However I might be difficult to find time on Wednesday as I have some club activity on Wednesday...