# # ChangeLog for src/unittests/gslmatrixsymmetricunittest.cpp # # Generated by Trac 1.4.4 # Dec 29, 2024, 5:36:38 AM Sun, 10 Jan 2010 19:25:50 GMT Frederik Heber [865272f] * src/gslmatrix.cpp (modified) * src/unittests/gslmatrixsymmetricunittest.cpp (modified) Added Determinant() function to class GSLMatrix. - new function ... Fri, 08 Jan 2010 17:46:51 GMT Frederik Heber [fc3b67] * src/Makefile.am (modified) * src/gslmatrix.cpp (added) * src/gslmatrix.hpp (added) * src/unittests/Makefile.am (modified) * src/unittests/gslmatrixsymmetricunittest.cpp (added) * src/unittests/gslmatrixsymmetricunittest.hpp (added) * src/unittests/gslmatrixunittest.cpp (added) * src/unittests/gslmatrixunittest.hpp (added) Wrapper class for gsl_matrix along with working Unit test. - new ...