mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix doc generation with doxygen 1.14 & 1.15
libeigen/eigen!2095 Closes #2976
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
4f14da11d9
commit
976f15ebca
@@ -551,7 +551,6 @@ Read-write access to sub-vectors:
|
||||
<tr>
|
||||
<th>Default versions</th>
|
||||
<th>Optimized versions when the size \n is known at compile time</th></tr>
|
||||
<th></th>
|
||||
|
||||
<tr><td>\code vec1.head(n)\endcode</td><td>\code vec1.head<n>()\endcode</td><td>the first \c n coeffs </td></tr>
|
||||
<tr><td>\code vec1.tail(n)\endcode</td><td>\code vec1.tail<n>()\endcode</td><td>the last \c n coeffs </td></tr>
|
||||
|
||||
Reference in New Issue
Block a user