www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Computational Physics

Hi,

I've been following the D community for quite awhile and decided to use D for
my assignments in my Computational Physics course.

I have needed a *simple* matrix library to complete some tasks so far.  So, I'm
posting it here in case anybody else wants to mess with it or provide me with
some suggestions/improvements.

The library currently has quite a lot of redundant code that I am not sure how
to deal with given how templates work in D.   Hopefully someone more familiar
with proper template usage in D can help me clean this up?

-S
Nov 05 2007