[tuhopuu-cvs] CVS commit: tuhopuu2/intern SConscript tuhopuu2/intern/opennl SConscript tuhopuu2/intern/opennl/doc LICENSE.txt README.txt tuhopuu2/intern/opennl/extern ONL_opennl.h tuhopuu2/intern/opennl/intern opennl.c

Brecht Van Lommel blendix at pandora.be
Fri May 14 22:14:23 CEST 2004


blendix (Brecht Van Lommel) 2004/05/14 22:14:23 CEST

  Modified files:
    tuhopuu2/intern      SConscript 
  Added files:
    tuhopuu2/intern/opennl SConscript 
    tuhopuu2/intern/opennl/doc LICENSE.txt README.txt 
    tuhopuu2/intern/opennl/extern ONL_opennl.h 
    tuhopuu2/intern/opennl/intern opennl.c 
  
  Log:
  Added OpenNL (Open Numerical Libary):
  http://www.loria.fr/~levy/OpenNL/
  
  OpenNL is a library to easily construct and solve sparse linear systems. It is
  supplied with a set of iterative solvers (Conjugate gradient, BICGSTAB, GMRes)
  and preconditioners (Jacobi, SSOR). It also provides an interface to SuperLU.
  
  This library was kindly given to use by Bruno Levy. It will be use for LSCM
  UV unwrapping.
  
  A SConscript is included, and intern/SConscript was modified for it. This
  library was added to intern/, as we plan to do some modifications on it
  (for example, it currently uses doubles, which will be converted to floats).
  
  Revision  Changes    Path
  1.2       +9 -2      tuhopuu2/intern/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/intern/SConscript.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list