eigen/unsupported/Eigen/CXX11
Benoit Steiner 38ab7e6ed0 Reworked the expression evaluation mechanism in order to make it possible to efficiently compute convolutions and contractions in the future:
* The scheduling of computation is moved out the the assignment code and into a new TensorExecutor class
 * The assignment itself is now a regular node on the expression tree
 * The expression evaluators start by recursively evaluating all their subexpressions if needed
2014-06-13 09:56:51 -07:00
..
src Reworked the expression evaluation mechanism in order to make it possible to efficiently compute convolutions and contractions in the future: 2014-06-13 09:56:51 -07:00
Core Extended support for Tensors: 2014-04-28 10:32:27 -07:00
Tensor Reworked the expression evaluation mechanism in order to make it possible to efficiently compute convolutions and contractions in the future: 2014-06-13 09:56:51 -07:00
TensorSymmetry Fix compilation for CXX11/Tensor module if unsupported is not in include path 2014-06-04 18:31:02 +02:00