>On Tue, 28 Jan 2003 11:33:50 -0500, Alejandro Allievi <[EMAIL PROTECTED]> >wrote:
>Hi all, > >This question may not seem appropriate in this list but, >since it is associated with my Java3D code, I will give >it a try. > >Does anybody know of Java libraries for sparse matrix >solvers? I searched the Web without success. > >Any help will be greatly appreciated. The Java ones that I have come across are for dense matrices. If you know how to store your matrix in compressed format,and would be happy with diagonal scaling as a preconditioner, then the Templates book by Barrett et al. should be an excellent reference to put together a quick solver. This book as well as the C++ codes are available at http://www.netlib.org/templates/index.html I actually coded several CG type solvers using ILU sometime back (sorry, not in Java but in FORTRAN90 ). HTH Raj Vaidya =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".