# # ChangeLog for molecuilder/src/gslmatrix.cpp # # Generated by Trac 1.6 # Sep 21, 2025, 7:42:25 PM Sun, 10 Jan 2010 19:25:50 GMT Frederik Heber [9291f85] * molecuilder/src/gslmatrix.cpp (modified) * molecuilder/src/unittests/gslmatrixsymmetricunittest.cpp (modified) Added Determinant() function to class GSLMatrix. - new function ... 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 ...