mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
finally add a Array class with storage via the introduction of a DenseStorageBase
base class shared by both Matrix and Array
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
static int nb_temporaries;
|
||||
|
||||
#define EIGEN_DEBUG_MATRIX_CTOR(MTYPE) { \
|
||||
if(MTYPE::SizeAtCompileTime==Dynamic) \
|
||||
#define EIGEN_DEBUG_MATRIX_CTOR { \
|
||||
if(SizeAtCompileTime==Dynamic) \
|
||||
nb_temporaries++; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user