| tFixed plot line - numeric - C++ library with numerical algorithms | |
| git clone git://src.adamsgaard.dk/numeric | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 47e5c22b57074c28fda527cda6bb44645e60e50d | |
| parent 74d164dfd14184104482dabe65daee5e6b71f982 | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| Date: Sat, 16 Feb 2013 23:51:20 +0100 | |
| Fixed plot line | |
| Diffstat: | |
| M matrixmul/plot.gp | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/matrixmul/plot.gp b/matrixmul/plot.gp | |
| t@@ -20,7 +20,7 @@ plot \ | |
| "c-omp-linarr.dat" title "C-OpenMP: Linear arrays" w lp, \ | |
| "julia.dat" title "Julia" w lp, \ | |
| "c-gsl-cblas.dat" title "C: GSL CBLAS" w lp, \ | |
| - "octave.dat" title "Octave" w lp | |
| + "octave.dat" title "Octave" w lp, \ | |
| "cpp-armadillo.dat" title "C++: Armadillo" w lp, \ | |
| - "cpp-eigen.dat" title "C++: Eigen3" w lp, \ | |
| + "cpp-eigen.dat" title "C++: Eigen3" w lp | |