aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-12-14 21:23:43 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-12-14 21:23:43 +0000
commit3db64558968507aff9b1e3739b4c32f733903e0a (patch)
tree25743ad925dd0bfeac840164b53560cada7041bb /Eigen/src/Core/Product.h
parent0308c118495d2107977a4616217ef506c96cf5d1 (diff)
Remove evaluators for 2.1 release.
We plan to re-instate them when we branch 2.2 (see bug #388).
Diffstat (limited to 'Eigen/src/Core/Product.h')
-rw-r--r--Eigen/src/Core/Product.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h
index 9bea26886..53eb0fbae 100644
--- a/Eigen/src/Core/Product.h
+++ b/Eigen/src/Core/Product.h
@@ -110,18 +110,4 @@ class ProductImpl<Lhs,Rhs,Dense> : public internal::dense_xpr_base<Product<Lhs,R
EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
};
-/***************************************************************************
-* Implementation of matrix base methods
-***************************************************************************/
-
-
-/** \internal used to test the evaluator only
- */
-template<typename Lhs,typename Rhs>
-const Product<Lhs,Rhs>
-prod(const Lhs& lhs, const Rhs& rhs)
-{
- return Product<Lhs,Rhs>(lhs,rhs);
-}
-
#endif // EIGEN_PRODUCT_H