Remove evaluators for 2.1 release.

We plan to re-instate them when we branch 2.2 (see bug #388).
This commit is contained in:
Jitse Niesen
2011-12-14 21:23:43 +00:00
parent 0308c11849
commit 3db6455896
6 changed files with 0 additions and 2124 deletions

View File

@@ -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