Re: Fwd: [math] Contribution to math.linear - CholeskySolver

2003-11-23 Thread Mark R. Diggory
To be a little clearer, I think that RealMatrix shouldn't neccessarily be an Interface, it may be more logical to use an Abstract Class as the basis for this. Then a RealMatrix could have both public, protected, and private methods well defined and usable in its implementations. public abstract

Fwd: [math] Contribution to math.linear - CholeskySolver

2003-11-23 Thread Mark R. Diggory
I would like to forward this to the list so that others can look at it and comment as well. Please do try to use the Developers List as I am not always available, others may have more experience with a particular class or implementation in the package. I will do an initial commit of the code in