URI:
       tMinor addition - numeric - C++ library with numerical algorithms
  HTML git clone git://src.adamsgaard.dk/numeric
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 59c80bc77e0f38e44b17dc1ebe3d44fb74a5f316
   DIR parent 5e1cf2972d2e6b2d5b2f811346f4e1d1302b1de7
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Wed, 23 Jan 2013 07:48:12 +0100
       
       Minor addition
       
       Diffstat:
         M matrixmul/README.rst                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/matrixmul/README.rst b/matrixmul/README.rst
       t@@ -2,7 +2,7 @@
        MATRIX MULTIPLICATION BENCHMARK
        ===============================
        This benchmark aims to test the computational speed of a simple matrix
       -multiplication of square matrices.
       +multiplication in double precision of square matrices.
        
        The code written should be stripped of comments, but be written in a clear 
        syntax that feels natural for the language, in a coding style that is felt as