tFixed plot line - numeric - C++ library with numerical algorithms
HTML git clone git://src.adamsgaard.dk/numeric
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 47e5c22b57074c28fda527cda6bb44645e60e50d
DIR parent 74d164dfd14184104482dabe65daee5e6b71f982
HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
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(-)
---
DIR 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