# # ChangeLog for src/gslmatrix.cpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 6:25:13 AM Thu, 25 Feb 2010 15:21:22 GMT Frederik Heber [93c8ed] * src/gslmatrix.cpp (modified) MEMLEAK: mismatched delete/free, matrix in GSLMatrix::Transpose() was ... 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 ...