mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* updated benchmark files according to recent renamings
* various improvements in BTL including trisolver and cholesky bench
This commit is contained in:
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||
c = Eigen::ei_random<int>(0,10);
|
||||
nr = Eigen::ei_random<int>(50,80);
|
||||
nc = Eigen::ei_random<int>(50,80);
|
||||
m.block(r,c,nr,nc) += Mat::ones(nr,nc);
|
||||
m.block(r,c,nr,nc) += Mat::Ones(nr,nc);
|
||||
m.block(r,c,nr,nc) *= SCALAR(10);
|
||||
m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10);
|
||||
m.block(r,c,nr,nc) /= SCALAR(10);
|
||||
|
||||
Reference in New Issue
Block a user