a matrix (or array) does not always have the LinearAccessBit!

=> fixes in outerStride and matrix flags
This commit is contained in:
Gael Guennebaud
2010-03-02 15:31:39 +01:00
parent 0ed5edd24d
commit 2f3d685e0c
4 changed files with 15 additions and 9 deletions

View File

@@ -213,9 +213,6 @@ class Array
void swap(ArrayBase<OtherDerived> EIGEN_REF_TO_TEMPORARY other)
{ this->_swap(other.derived()); }
inline int innerStride() const { return 1; }
inline int outerStride() const { return this->innerSize(); }
#ifdef EIGEN_ARRAY_PLUGIN
#include EIGEN_ARRAY_PLUGIN
#endif