Generic numerical classes for .NET
Using .NET generics for numerical calculations is not as easy as it seems at first glance. The problem is that .NET uses explicit constraints for type parametes. I tried to shed some light on the problem in these two articles.


