Re: Initial Matrix class

2002-07-15 Thread Josef Höök
I forgot to ask, should i make a patch in this stage early stage or should i wait until i got the memory stuff added? /Josef

Initial Matrix class

2002-07-15 Thread Josef Höök
I have successfully written and read an 8x8 matrix. I will start writing some documentation. Current code lacks a proper representation of a matrix ( it doesnt have a matrix structure ) , it works directly in a Buffer structure. I really need some people to discuss ideas with before deciding the