mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
some more cleanup and reorganisation
This commit is contained in:
@@ -46,7 +46,7 @@ template<typename MatrixType> class Random : NoOperatorEquals,
|
||||
int _rows() const { return m_rows; }
|
||||
int _cols() const { return m_cols; }
|
||||
|
||||
Scalar _read(int, int) const
|
||||
Scalar _coeff(int, int) const
|
||||
{
|
||||
return random<Scalar>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user