mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
rework Identity API: no longer restricted to square matrices
This commit is contained in:
@@ -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> >
|
||||
|
||||
Reference in New Issue
Block a user