mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add accessors to coeff based product
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
static int nb_temporaries;
|
||||
|
||||
#define EIGEN_DEBUG_MATRIX_CTOR { \
|
||||
if(SizeAtCompileTime==Dynamic) \
|
||||
if(SizeAtCompileTime==Dynamic && this->data()!=0) \
|
||||
nb_temporaries++; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user