Changeset e651e7 for molecuilder


Ignore:
Timestamp:
Jan 8, 2010, 5:46:51 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
247d49
Parents:
22b47e
Message:

Wrapper class for gsl_matrix along with working Unit test.

  • new class GSLMatrix wraps all useful functions of the GSL library.
  • new unit tests GSLMatrixSymmetricUnitTest (symmetric case) and GSLMatrixUnitTest tests each part and is working.

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

Location:
molecuilder/src
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r22b47e re651e7  
    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 = gslvector.cpp
    5 LINALGHEADER = gslvector.hpp
     4LINALGSOURCE = gslmatrix.cpp gslvector.cpp
     5LINALGHEADER = gslmatrix.hpp gslvector.hpp
    66
    77ANALYSISSOURCE = analysis_bonds.cpp analysis_correlation.cpp
  • molecuilder/src/unittests/Makefile.am

    r22b47e re651e7  
    1111  AnalysisPairCorrelationUnitTest \
    1212  BondGraphUnitTest \
     13  GSLMatrixSymmetricUnitTest \
     14  GSLMatrixUnitTest \
    1315  GSLVectorUnitTest \
    1416  InfoUnitTest \
Note: See TracChangeset for help on using the changeset viewer.