Fixed compilation issue in geminate.c due to non-defined macros GSL_MAJOR_VERSION...
commit6e09a56a0bbcea70905f0916964e7862ce8ee106
authorDavid van der Spoel <spoel@anfinsen.bmc.uu.se>
Sun, 16 May 2010 08:28:35 +0000 (16 10:28 +0200)
committerDavid van der Spoel <spoel@anfinsen.bmc.uu.se>
Sun, 16 May 2010 08:28:35 +0000 (16 10:28 +0200)
tree52223946fe7af5710181c0d5353eaba0e2750f68
parent4384eb63fda2881b49d78f03c41b98622c289844
Fixed compilation issue in geminate.c due to non-defined macros GSL_MAJOR_VERSION and GSL_MINOR_VERSION.
Added src file gmx_matrix.c in src/gmxlib and corresponding header file in include for doing matrix inversion and multiple linear regression. Math code uses LAPACK.
include/Makefile.am
include/gmx_matrix.h [new file with mode: 0644]
src/gmxlib/Makefile.am
src/gmxlib/gmx_matrix.c [new file with mode: 0644]
src/tools/geminate.c