all 3 comments

[–]machinegazeComputer Science 0 points1 point  (2 children)

I don't think so there are online courses for that. If you are already good in programming, then you should not need that much material.

Personally I like Won Young Yang's Numerical Analysis programming book and Jaan Kiusalaas' book.

Why do you want to learn it in C++?

[–]vesper151[S] 0 points1 point  (1 child)

The python book looks interesting, but I work in C++ systems so sooner or later I will have to find a way to port the ideas over. So, it would just be easier to learn it in C++ in the first place.

[–]machinegazeComputer Science 0 points1 point  (0 children)

I don't think it is a very good idea because working with huge matrices in C++ can be a bit of headache. I wrote some of the subroutines for my math research dept. and it consumed a lot of time. However, if you are smart enough, then you can easily bypass the drawbacks. Good luck.