split those files in util/

some more renaming
This commit is contained in:
Benoit Jacob
2008-04-10 09:41:13 +00:00
parent 9d8876ce82
commit ca448d2537
9 changed files with 259 additions and 202 deletions

View File

@@ -191,7 +191,7 @@ template<typename Derived> class MatrixBase
/** Overloaded for optimal product evaluation */
template<typename Derived1, typename Derived2>
Derived& lazyAssign(const Product<Derived1,Derived2,CacheOptimal>& product);
Derived& lazyAssign(const Product<Derived1,Derived2,CacheOptimalProduct>& product);
CommaInitializer operator<< (const Scalar& s);