Backed out changeset 2f3d685e0c

This was implementing deep changes that after discussion on the mailing list seem to need further discussion/thinking.
This commit is contained in:
Benoit Jacob
2010-03-03 09:54:50 -05:00
parent 2f3d685e0c
commit 6a92168915
4 changed files with 9 additions and 15 deletions

View File

@@ -213,6 +213,9 @@ 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