aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Florian George <floriangeorgemail@googlemail.com>2014-04-01 15:52:25 +0200
committerGravatar Florian George <floriangeorgemail@googlemail.com>2014-04-01 15:52:25 +0200
commit56c4851323376876977a9d408cb5aec2a6159c54 (patch)
tree7b3da731ce886db557d842f97891445072a81ce7 /bench/btl
parentceae5b4145ba2a70793c58cff05a43e95e721ff5 (diff)
Fixed typo: symmretric -> symmetric
Diffstat (limited to 'bench/btl')
-rw-r--r--bench/btl/data/action_settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/data/action_settings.txt b/bench/btl/data/action_settings.txt
index e32213e22..0244fa59f 100644
--- a/bench/btl/data/action_settings.txt
+++ b/bench/btl/data/action_settings.txt
@@ -14,6 +14,6 @@ partial_lu_decomp ; "{/*1.5 Partial LU decomposition}" ; "matrix size" ; 4:3000
tridiagonalization ; "{/*1.5 Tridiagonalization}" ; "matrix size" ; 4:3000
hessenberg ; "{/*1.5 Hessenberg decomposition}" ; "matrix size" ; 4:3000
symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
-syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000
+syr2 ; "{/*1.5 symmetric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000
ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000
rot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:1000000 \ No newline at end of file