Changeset 247d49 for molecuilder/src


Ignore:
Timestamp:
Jan 8, 2010, 5:48:35 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
e6fe8a
Parents:
e651e7
Message:

Wrapper class for gsl_linalg along with working Unit test.

Signed-off-by: Frederik Heber <heber@…>

Location:
molecuilder/src
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    re651e7 r247d49  
    22ATOMHEADER = atom.hpp atom_atominfo.hpp atom_bondedparticle.hpp atom_bondedparticleinfo.hpp atom_graphnode.hpp atom_graphnodeinfo.hpp atom_particleinfo.hpp atom_trajectoryparticle.hpp atom_trajectoryparticleinfo.hpp
    33
    4 LINALGSOURCE = gslmatrix.cpp gslvector.cpp
    5 LINALGHEADER = gslmatrix.hpp gslvector.hpp
     4LINALGSOURCE = gslmatrix.cpp gslvector.cpp linearsystemofequations.cpp
     5LINALGHEADER = gslmatrix.hpp gslvector.hpp linearsystemofequations.hpp
    66
    77ANALYSISSOURCE = analysis_bonds.cpp analysis_correlation.cpp
  • molecuilder/src/unittests/Makefile.am

    re651e7 r247d49  
    1515  GSLVectorUnitTest \
    1616  InfoUnitTest \
     17  LinearSystemOfEquationsUnitTest \
    1718  ListOfBondsUnitTest \
    1819  LogUnitTest \
Note: See TracChangeset for help on using the changeset viewer.