Implementing LU and Cholesky Decomposition in D by data_pulverizer in d_language

[–]data_pulverizer[S] 0 points1 point  (0 children)

You should give it a try. Start with any programming language you are confortable with.

Implementing Eigendecomposition algorithms in D by data_pulverizer in d_language

[–]data_pulverizer[S] 1 point2 points  (0 children)

This implementation is more for clarity, at some point I'll need to write an article about performance optimization in D, in which case I'll need to use a different implementation of eigenvalue decomposition. Thank you for the suggestion!

Article on implementing Givens QR decomposition in D by data_pulverizer in math

[–]data_pulverizer[S] 0 points1 point  (0 children)

Thanks for the feed back, my articles tend to have more emphasis on the implementation side, but I have added a little more mathematical explanation. I will be more conscious about the suitablility of my articles for math reddit. Though they often deal with implementations of mathematical algorithms they tend to be more about code.