Date:   Tue Jun 7 03:10:26 2011 +0200
    A5: check some other things
Date:   Tue Jun 7 02:50:37 2011 +0200
    A5: many fixes and assertions in solver.cpp
Date:   Tue Jun 7 02:08:17 2011 +0200
    A5:.. typo..
Date:   Tue Jun 7 01:43:39 2011 +0200
    A5: fixed some functions and assertions
Date:   Tue Jun 7 00:45:46 2011 +0200
    A5: CRSMatrix::operator*(Matrix)
Date:   Tue Jun 7 00:45:06 2011 +0200
    A5: checked wrong index to row boundary
Date:   Mon Jun 6 21:44:37 2011 +0200
    A5: CRSMatrix::setEntry() fixup... see diff
Date:   Mon Jun 6 21:36:53 2011 +0200
    A5: always check if requested entry is in the current row
Date:   Mon Jun 6 21:03:37 2011 +0200
    A5: decomposeLU() init L-Matrix
Date:   Mon Jun 6 21:01:29 2011 +0200
    A5: CRSMatrix::setEntry()
Date:   Mon Jun 6 20:39:56 2011 +0200
    A5: getValueIndex() making it -Wall aware
Date:   Mon Jun 6 20:17:49 2011 +0200
    A5: CRSMatrix::getEntry() in O(log n), n = number of elements in row
Date:   Mon Jun 6 19:35:47 2011 +0200
    A5: some crs methods
Date:   Sun Jun 5 13:54:06 2011 +0200
    A5: [x] calcDeterminant()
Date:   Sun Jun 5 01:18:57 2011 +0200
    A5: added backwardSubstitution (withOUT testcode)
Date:   Sat Jun 4 02:44:53 2011 +0200
    A5: added forwardSubstitution (withOUT testcode)
Date:   Sat Jun 4 02:06:39 2011 +0200
    A5: added decomposeLU (with testcode)