aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Column.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-20 21:11:05 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-20 21:11:05 +0000
commit647a817b2e352ae8f3599ba393d344f83d3b416e (patch)
tree439f62c6d8a5d1ec4315e67b729633b16be8aaf1 /src/Core/Column.h
parentcddeeee17d0bac36f9fa0fa8177792b6ce7a2c35 (diff)
more documentation and examples, add Doxyfile and Mainpage.dox and also
the benchmark program
Diffstat (limited to 'src/Core/Column.h')
-rw-r--r--src/Core/Column.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Core/Column.h b/src/Core/Column.h
index 39b8263e7..d1d7f1453 100644
--- a/src/Core/Column.h
+++ b/src/Core/Column.h
@@ -67,6 +67,8 @@ template<typename MatrixType> class Column
const int m_col;
};
+/** \returns an expression of the \a i-th column of *this.
+ * \sa row(int) */
template<typename Scalar, typename Derived>
Column<Derived>
MatrixBase<Scalar, Derived>::col(int i) const