Phil Steitz a écrit : > Luc Maisonobe wrote: >> The linear package has been changed a lot lately and numerous new >> interfaces and classes have been added. This is now a huge package with >> more than 30 files in it. >> >> What about splitting it into subpackages ? I would propose to add >> "matrix", "vector", "decomposition" and "error"/"exception". >> > +1 for splitting out decomposition > +0 for error > -0 for matrix, vector, as I think it is OK to leave these base > interfaces and their impls in the base package.
OK. I have created the decomposition package and moved along both the interfaces/classes and the corresponding errors. > Thanks, btw for the Cholesky decomp! You're welcome. Luc > > Phil >> Luc >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
