Re: Initial Matrix class
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
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