Abandon blocking size lookup table approach. Not performing as well in real world as in microbenchmark.

This commit is contained in:
Benoit Jacob
2015-05-19 11:03:59 -04:00
parent ebea530782
commit 051d5325cc
5 changed files with 1 additions and 221 deletions

View File

@@ -288,14 +288,6 @@ struct stem_function
typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
typedef ComplexScalar type(ComplexScalar, int);
};
template <typename LhsScalar,
typename RhsScalar>
struct BlockingSizesLookupTable
{
static const size_t NumSizes = 0;
};
}
} // end namespace Eigen