clarify docs as requested on forum

This commit is contained in:
Benoit Jacob
2010-01-02 12:55:32 -05:00
parent 25f8adfa6c
commit ff94eaa4ae
3 changed files with 4 additions and 4 deletions

View File

@@ -379,7 +379,6 @@ EIGEN_STRONG_INLINE void MatrixBase<Derived>::copyPacket(int index, const Matrix
other.derived().template packet<LoadMode>(index));
}
template<typename Derived, bool JustReturnZero>
struct ei_first_aligned_impl
{