mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.
This commit is contained in:
@@ -33,7 +33,7 @@ class Action_axpby {
|
||||
public :
|
||||
|
||||
// Ctor
|
||||
Action_axpby( int size ):_size(size),_alpha(0.5),_beta(0.95)
|
||||
Action_axpby( int size ):_alpha(0.5),_beta(0.95),_size(size)
|
||||
{
|
||||
MESSAGE("Action_axpby Ctor");
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ public :
|
||||
|
||||
// Ctor
|
||||
|
||||
Action_axpy( int size ):_size(size),_coef(1.0)
|
||||
Action_axpy( int size ):_coef(1.0),_size(size)
|
||||
{
|
||||
MESSAGE("Action_axpy Ctor");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user