
26 Feb
2014
26 Feb
'14
7:55 p.m.
On 26.02.2014 07:09, SHANTANU SHAHANE wrote:
Hello Karsten, Thanks for your response. I will go through the working of odeint library and study the implicit routines some of which I am already aware of. I am not familiar about C++ template technique but I am willing to learn. Could you suggest some good reference book or some website etc.
Hmm, you could start with reading "Modern C++ Design" from Andrei Alexandrescu. Another chance is to study the C++ standard library, especially algorithm, iterator, and functional. Maybe stackoverflow.com has also some good hints about C++ references and books.