Improve inline documentation of SparseCompressedBase and its derived classes

This commit is contained in:
Gael Guennebaud
2016-01-03 21:56:30 +01:00
parent 8b0d1eb0f7
commit 715f6f049f
4 changed files with 69 additions and 8 deletions

View File

@@ -207,6 +207,7 @@ template<typename PlainObjectType, int Options, typename StrideType> class Ref
EIGEN_DEVICE_FUNC inline Ref(const DenseBase<Derived>& expr,
typename internal::enable_if<bool(Traits::template match<Derived>::MatchAtCompileTime),Derived>::type* = 0)
#else
/** Implicit constructor from any dense expression */
template<typename Derived>
inline Ref(DenseBase<Derived>& expr)
#endif