aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nomalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nomalloc.cpp')
-rw-r--r--test/nomalloc.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/nomalloc.cpp b/test/nomalloc.cpp
index 96ff16dae..273b1f7ad 100644
--- a/test/nomalloc.cpp
+++ b/test/nomalloc.cpp
@@ -52,15 +52,7 @@ template<typename MatrixType> void nomalloc(const MatrixType& m)
MatrixType m1 = MatrixType::Random(rows, cols),
m2 = MatrixType::Random(rows, cols),
- m3(rows, cols),
- mzero = MatrixType::Zero(rows, cols),
- identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
- ::Identity(rows, rows),
- square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
- ::Random(rows, rows);
- VectorType v1 = VectorType::Random(rows),
- v2 = VectorType::Random(rows),
- vzero = VectorType::Zero(rows);
+ m3(rows, cols);
Scalar s1 = internal::random<Scalar>();