: Document enums in Contants.h (bug #248).
This commit is contained in:
Jitse Niesen
2011-05-03 17:18:10 +01:00
parent 860d66c0f1
commit 4ecf67f5e4
21 changed files with 208 additions and 90 deletions

View File

@@ -594,7 +594,7 @@ unit or null diagonal (read/write):
</td><td>\code
m.triangularView<Xxx>()
\endcode \n
\c Xxx = Upper, Lower, StrictlyUpper, StrictlyLower, UnitUpper, UnitLower
\c Xxx = ::Upper, ::Lower, ::StrictlyUpper, ::StrictlyLower, ::UnitUpper, ::UnitLower
</td></tr>
<tr><td>
Writing to a specific triangular part:\n (only the referenced triangular part is evaluated)