You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from fwd_eeg_sphere_model.cpp:41:
In file included from ../../libraries/utils/simplex_algorithm.h:49:
In file included from ../../include/3rdParty/eigen3/Eigen/Core:469:
../../include/3rdParty/eigen3/Eigen/src/Core/MapBase.h:152:7: error: static_assert failed due to requirement 'Map<const Eigen::Matrix<double, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0>>::SizeAtCompileTime != Eigen::Dynamic' "YOU_CALLED_A_FIXED_SIZE_METHOD_ON_A_DYNAMIC_SIZE_MATRIX_OR_VECTOR"
EIGEN_STATIC_ASSERT_FIXED_SIZE(Derived)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/3rdParty/eigen3/Eigen/src/Core/util/StaticAssert.h:145:3: note: expanded from macro 'EIGEN_STATIC_ASSERT_FIXED_SIZE'
EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime!=Eigen::Dynamic, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/3rdParty/eigen3/Eigen/src/Core/util/StaticAssert.h:33:40: note: expanded from macro 'EIGEN_STATIC_ASSERT'
#define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG);
^ ~
../../include/3rdParty/eigen3/Eigen/src/Core/Map.h:130:9: note: in instantiation of member function 'Eigen::MapBase<Eigen::Map<const Eigen::Matrix<double, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0>>, 0>::MapBase' requested here
: Base(cast_to_pointer_type(dataPtr)), m_stride(stride)
^
../../include/3rdParty/eigen3/Eigen/src/Core/PlainObjectBase.h:809:26: note: in instantiation of member function 'Eigen::Map<const Eigen::Matrix<double, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0>>::Map' requested here
this->_set_noalias(ConstMapType(data));
^
Version: 0.1.9
arpack-ng-3.8.0
OS: FreeBSD 13
The text was updated successfully, but these errors were encountered:
Version: 0.1.9
arpack-ng-3.8.0
OS: FreeBSD 13
The text was updated successfully, but these errors were encountered: