From a7a05382d1c51964bf3ea0536c6ddd9cc9888b72 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 4 Aug 2008 23:12:48 +0000 Subject: Add a LU decomposition action in BTL and various cleaning in BTL. For instance all per plot settings have been moved to a single file, go_mean now takes an optional second argument "tiny" to generate plots for tiny matrices, and output of comparison information wrt to previous benchs (if any). --- bench/btl/libs/C_BLAS/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bench/btl/libs/C_BLAS/main.cpp') diff --git a/bench/btl/libs/C_BLAS/main.cpp b/bench/btl/libs/C_BLAS/main.cpp index 81b350325..21da0b4aa 100644 --- a/bench/btl/libs/C_BLAS/main.cpp +++ b/bench/btl/libs/C_BLAS/main.cpp @@ -23,6 +23,7 @@ #include "basic_actions.hh" #include "action_cholesky.hh" +#include "action_lu_decomp.hh" #ifdef HAS_LAPACK #include "action_hessenberg.hh" @@ -45,9 +46,10 @@ int main() bench > >(MIN_MM,MAX_MM,NB_POINT); -// bench > >(MIN_MM,MAX_MM,NB_POINT); - + bench > >(MIN_MM,MAX_MM,NB_POINT); + #ifdef HAS_LAPACK + bench > >(MIN_MM,MAX_MM,NB_POINT); bench > >(MIN_MM,MAX_MM,NB_POINT); bench > >(MIN_MM,MAX_MM,NB_POINT); #endif -- cgit v1.2.3