aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/BandMatrix.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-12 17:43:29 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-02-12 17:43:29 +0000
commit9ac68e40a0fa84419e95674c07bb773d054558c8 (patch)
tree6f1bb94758f94b369f05ee3759a318824bac420b /Eigen/src/Core/BandMatrix.h
parent7015aa00a97a0161fd8f73fd2ffdfb7a36749f98 (diff)
Write topic page for storage orders.
Diffstat (limited to 'Eigen/src/Core/BandMatrix.h')
-rw-r--r--Eigen/src/Core/BandMatrix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Core/BandMatrix.h b/Eigen/src/Core/BandMatrix.h
index 3f2608c13..a1f71d5f6 100644
--- a/Eigen/src/Core/BandMatrix.h
+++ b/Eigen/src/Core/BandMatrix.h
@@ -181,9 +181,9 @@ class BandMatrixBase : public EigenBase<Derived>
* \param Supers Number of super diagonal
* \param Subs Number of sub diagonal
* \param _Options A combination of either \b RowMajor or \b ColMajor, and of \b SelfAdjoint
- * The former controls storage order, and defaults to column-major. The latter controls
- * whether the matrix represent a selfadjoint matrix in which case either Supers of Subs
- * have to be null.
+ * The former controls \ref TopicStorageOrders "storage order", and defaults to
+ * column-major. The latter controls whether the matrix represents a selfadjoint
+ * matrix in which case either Supers of Subs have to be null.
*
* \sa class TridiagonalMatrix
*/