add SparseLU in sparse bench

This commit is contained in:
Desire NUENTSA
2012-09-10 12:41:26 +02:00
parent 5433986f5a
commit 2c99d84133
5 changed files with 363 additions and 827 deletions

View File

@@ -205,7 +205,7 @@ class SparseLU
void initperfvalues()
{
m_perfv.panel_size = 12;
m_perfv.relax = 6;
m_perfv.relax = 1;
m_perfv.maxsuper = 100;
m_perfv.rowblk = 200;
m_perfv.colblk = 60;