diff options
author | Gael Guennebaud <g.gael@free.fr> | 2010-02-26 12:51:20 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2010-02-26 12:51:20 +0100 |
commit | c05047d28e7d84d2a5312c3c958063d4415b6dcc (patch) | |
tree | 14de1065948bf4567cbece02966a6bde3216b08c /bench/btl/data/go_mean | |
parent | 3ac2b96a2f131e8162d39f0976cfb31b1a853237 (diff) |
fix some BTL issues
Diffstat (limited to 'bench/btl/data/go_mean')
-rwxr-xr-x | bench/btl/data/go_mean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/data/go_mean b/bench/btl/data/go_mean index 4e4fd295a..fdc8d8c75 100755 --- a/bench/btl/data/go_mean +++ b/bench/btl/data/go_mean @@ -41,7 +41,7 @@ source mk_mean_script.sh ata $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh trisolve $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh matrix_trisolve $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh cholesky $1 11 100 300 1000 $mode $prefix -source mk_mean_script.sh lu_decomp $1 11 100 300 1000 $mode $prefix +source mk_mean_script.sh complete_lu_decomp $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh partial_lu_decomp $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh tridiagonalization $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh hessenberg $1 11 100 300 1000 $mode $prefix |