Re: [Ktechlab-devel] Matrix and vector classes...

2007-06-26 Thread Jason Lucas
Alan, I'll take a look, however I think it may be more helpful to the community in general to add your fork to a branch in the repository. Jason On Mon, 2007-06-25 at 23:41 -0400, Alan Grimes wrote: > Note, in Ktechlab there is a class Matrix *AND* a class matrix. =P > > the issue I have with h

[Ktechlab-devel] Matrix and vector classes...

2007-06-25 Thread Alan Grimes
Note, in Ktechlab there is a class Matrix *AND* a class matrix. =P the issue I have with how they're done is that the matrix implementation is more than a bit messy and it uses a list of vectors internally, vectors are a fairly heavy-weight objects in themselves and this adds overhead. This is a