aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Random.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-01-11 15:56:21 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-01-11 15:56:21 +0000
commitbcf7b291853eba135c3b63d3484ddd14c750b246 (patch)
treee5471155293c1151053a5a39a3605375bf63df87 /Eigen/src/Core/Random.h
parente092cbc75cadef1158d43f07b32e4ae0bf9372e2 (diff)
rework Identity API: no longer restricted to square matrices
Diffstat (limited to 'Eigen/src/Core/Random.h')
-rw-r--r--Eigen/src/Core/Random.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/Random.h b/Eigen/src/Core/Random.h
index f07fa792a..6a8a9e726 100644
--- a/Eigen/src/Core/Random.h
+++ b/Eigen/src/Core/Random.h
@@ -30,7 +30,8 @@
*
* \brief Expression of a random matrix or vector.
*
- * \sa MatrixBase::random(), MatrixBase::random(int), MatrixBase::random(int,int)
+ * \sa MatrixBase::random(), MatrixBase::random(int), MatrixBase::random(int,int),
+ * MatrixBase::setRandom()
*/
template<typename MatrixType> class Random : NoOperatorEquals,
public MatrixBase<typename MatrixType::Scalar, Random<MatrixType> >