aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/evaluators.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/evaluators.cpp')
-rw-r--r--test/evaluators.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/evaluators.cpp b/test/evaluators.cpp
index ea65439a3..a8eaa0fa9 100644
--- a/test/evaluators.cpp
+++ b/test/evaluators.cpp
@@ -69,8 +69,8 @@ void test_evaluators()
copy_using_evaluator(d, (a + b).transpose());
cout << d << endl;
-// copy_using_evaluator(d, (a * b).transpose());
-// cout << d << endl;
+ copy_using_evaluator(d, prod(a,b).transpose());
+ cout << d << endl;
// copy_using_evaluator(d, a.transpose() + (a.transpose() * (b+b)));
// cout << d << endl;