Introduction
Introduction Statistics Contact Development Disclaimer Help
tplotall.gp - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
tplotall.gp (347B)
---
1 set terminal png # Set output file format
2 set output "plot.png" # Set output filename
3 set key top left
4 set xlabel "Matrix width and height"
5 set ylabel "Execution time [s]"
6 set title "Performance comparison of QR decomposition"
7 set log xy
8 set grid
9 plot "performance.dat" u 1:2 title "Homegrown" w lp, "performance.dat" u…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.