mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add ger and lu with partial pivoting in BTL
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user