From aaf889e72b005110530fb4252fb0858c2ec733de Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 6 Jan 2008 13:57:29 +0000 Subject: remove all the _Order mechanics, now we are always traversing matrices in column-major order, even if storage is row-major. Benchmark showed that adapting the traversal order to the storage order brought no benefit. Also do some cleanup after Gael's big patch. --- Eigen/src/Core/Random.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Eigen/src/Core/Random.h') diff --git a/Eigen/src/Core/Random.h b/Eigen/src/Core/Random.h index 164c24e30..cf6d44fb3 100644 --- a/Eigen/src/Core/Random.h +++ b/Eigen/src/Core/Random.h @@ -39,7 +39,6 @@ template class Random : NoOperatorEquals, typedef typename MatrixType::Scalar Scalar; friend class MatrixBase >; - static const TraversalOrder Order = Indifferent; static const int RowsAtCompileTime = MatrixType::RowsAtCompileTime, ColsAtCompileTime = MatrixType::ColsAtCompileTime; -- cgit v1.2.3