OO Numerical Methods in C# 2.0

In his book Object-Oriented Implementation of Numerical Methods: An Introduction with Java & Smalltalk, Didier Besset presents some of the most useful numerical algorithms; one interesting theme on the book is that Didier concentrates more in using the object oriented paradigm so as to get an easy to use and extensible set of classes than in getting the maximum possible performance. As expected from the title, the book presents detailed code in Java and Smalltalk, I have tried and translated the code to C# using Visual Studio 2005 Express Edition. Even though I have used very little of C# 2.0 new features (the code will run with minimal changes in C# 1.0), the exercise let me find out how stable and usable is the new IDE (impressive in both points). You can finally download the code here, even though the unit test set I have used is patetically small, at least the code compiles and passes it.

1 Comment

Comments have been disabled for this content.