# # ChangeLog for src/VectorContent.hpp # # Generated by Trac 1.4.4 # Apr 11, 2025, 10:52:26 PM Wed, 07 Jul 2010 13:11:46 GMT Tillmann Crueger [3dbb9d] * src/Matrix.cpp (modified) * src/Matrix.hpp (modified) * src/VectorContent.hpp (modified) Added methods to matrix to create vectors for rows and columns Wed, 07 Jul 2010 12:43:34 GMT Tillmann Crueger [8e17d6] * src/Matrix.hpp (modified) * src/VectorContent.hpp (modified) * src/vector.hpp (modified) Added VectorContent types that allow making vectors from views Wed, 07 Jul 2010 11:51:34 GMT Tillmann Crueger [9d5ddf] * src/VectorContent.hpp (modified) * src/vector.cpp (modified) Added constructor and destructor to VectorContent struct Fri, 02 Jul 2010 14:58:25 GMT Tillmann Crueger [ce3d2b] * src/Matrix.cpp (modified) * src/VectorContent.hpp (added) * src/gslvector.cpp (modified) * src/vector.cpp (modified) * src/vector.hpp (modified) Added a "forward declaration" to the gsl_vector struct to avoid ...