Move fix and symbolic to their own file, and improve doxygen compatibility

This commit is contained in:
Gael Guennebaud
2017-01-11 14:28:28 +01:00
parent 04397f17e2
commit b1dc0fa813
6 changed files with 356 additions and 260 deletions

View File

@@ -94,7 +94,8 @@ class IndexedViewImpl;
* - Eigen::IntAsArray (helper for single index)
* - etc.
*
* In typical usages of %Eigen, this class should never be used directly. It is the return type of DenseBase::operator()(const RowIndices&, const ColIndices&).
* In typical usages of %Eigen, this class should never be used directly. It is the return type of
* DenseBase::operator()(const RowIndices&, const ColIndices&).
*
* \sa class Block
*/