aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/action_ata_product.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-08-04 11:30:33 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-08-04 11:30:33 +0200
commitc2a92e92a6e5aa0bcbb465220a8beb0687c1449a (patch)
treeb3d615aa6875c0d2bdc3778babd42f9e9b1456aa /bench/btl/actions/action_ata_product.hh
parent4bec101470091aae27e7469025c80e31b889f566 (diff)
add ger and lu with partial pivoting in BTL
Diffstat (limited to 'bench/btl/actions/action_ata_product.hh')
-rw-r--r--bench/btl/actions/action_ata_product.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/actions/action_ata_product.hh b/bench/btl/actions/action_ata_product.hh
index 47531d607..04364fe67 100644
--- a/bench/btl/actions/action_ata_product.hh
+++ b/bench/btl/actions/action_ata_product.hh
@@ -104,7 +104,7 @@ public :
}
void check_result( void ){
-
+ if (_size>128) return;
// calculation check
Interface::matrix_to_stl(X,resu_stl);