add ger and lu with partial pivoting in BTL

This commit is contained in:
Gael Guennebaud
2009-08-04 11:30:33 +02:00
parent 4bec101470
commit c2a92e92a6
23 changed files with 340 additions and 86 deletions

View File

@@ -32,7 +32,6 @@ double simple_function(int index_i, int index_j)
double pseudo_random(int index)
{
// INFOS("random="<<(std::rand()/double(RAND_MAX)));
return std::rand()/double(RAND_MAX);
}