# # ChangeLog for molecuilder/src/gslmatrix.hpp # # Generated by Trac 1.6 # Sep 21, 2025, 12:40:58 AM Sun, 10 Jan 2010 19:09:56 GMT Frederik Heber [70e11d] * molecuilder/src/gslmatrix.hpp (modified) * molecuilder/src/gslvector.hpp (modified) * molecuilder/src/linearsystemofequations.hpp (modified) Inclusion of config.h was missing. This caused a bug with GSL's ... Fri, 08 Jan 2010 17:46:51 GMT Frederik Heber [e651e7] * molecuilder/src/Makefile.am (modified) * molecuilder/src/gslmatrix.cpp (added) * molecuilder/src/gslmatrix.hpp (added) * molecuilder/src/unittests/Makefile.am (modified) * molecuilder/src/unittests/gslmatrixsymmetricunittest.cpp (added) * molecuilder/src/unittests/gslmatrixsymmetricunittest.hpp (added) * molecuilder/src/unittests/gslmatrixunittest.cpp (added) * molecuilder/src/unittests/gslmatrixunittest.hpp (added) Wrapper class for gsl_matrix along with working Unit test. - new ...