aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* Fixed misc typos.Gravatar Benoit Steiner2014-08-13
* Added missing apis.Gravatar Benoit Steiner2014-08-13
* Updated the convolution and contraction evaluators to follow the new EvalSubE...Gravatar Benoit Steiner2014-08-13
* Fixed a typo.Gravatar Benoit Steiner2014-08-13
* Support for in place evaluation of expressions containing slicing and reshapi...Gravatar Benoit Steiner2014-08-13
* Added suppor for in place evaluation to simple tensor expressions.Gravatar Benoit Steiner2014-08-13
* Reworked the TensorExecutor code to support in place evaluation.Gravatar Benoit Steiner2014-08-13
* The tensor assignment code now resizes the destination tensor as needed.Gravatar Benoit Steiner2014-07-31
* Made sure that the data stored in fixed sized tensor is aligned.Gravatar Benoit Steiner2014-07-25
* Fixed the assignment operator of the Tensor and TensorMap classes.Gravatar Benoit Steiner2014-07-22
* Added primitives to compare tensor dimensionsGravatar Benoit Steiner2014-07-10
* Vectorized the evaluation of expressions involving tensor slices.Gravatar Benoit Steiner2014-07-10
* Improved the speed of slicing operations.Gravatar Benoit Steiner2014-07-09
* Improved evaluation of tensor expressions when used as rvaluesGravatar Benoit Steiner2014-07-08
* Improved the efficiency of the tensor evaluation code on thread pools and gpus.Gravatar Benoit Steiner2014-07-08
* Extended the functionality of the TensorDeviceType classesGravatar Benoit Steiner2014-07-08
* Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* Added support for tensor slicingGravatar Benoit Steiner2014-07-07
* Silenced a compilation warningGravatar Benoit Steiner2014-06-13
* Reworked the expression evaluation mechanism in order to make it possible to ...Gravatar Benoit Steiner2014-06-13
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
|\
* | TensorEval are now typed on the device: this will make it possible to use par...Gravatar Benoit Steiner2014-06-10
* | Fixes compilation errors triggered when compiling the tensor contraction code...Gravatar Benoit Steiner2014-06-09
* | Improved support for rvalues in tensor expressions.Gravatar Benoit Steiner2014-06-09
* | Prevent the generation of unlaunchable cuda kernels when compiling in debug m...Gravatar Benoit Steiner2014-06-09
* | Fixed compilation errorGravatar Benoit Steiner2014-06-09
* | Added support for convolution and reshaping of tensors.Gravatar Benoit Steiner2014-06-06
| * unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
| * unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
| * unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
| * unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
| * Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* | Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* | Added support for additional tensor operations:Gravatar Benoit Steiner2014-05-22
* | Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
| * PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
| * PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
| * PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
* | Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06
* | Extended support for Tensors:Gravatar Benoit Steiner2014-04-28
|/
* Merged in benoitsteiner/eigen-fixes/nvcc_fixes (pull request PR-56)Gravatar Gael Guennebaud2014-04-15
|\
| * Fixed a typo in CXX11Meta.hGravatar Benoit Steiner2014-04-14
* | Add include LevenbergMarquardt in CMakeLists.txt.Gravatar Freddie Witherden2014-04-12
|/
* Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
* MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
* fix Spline constructorGravatar Bo Li2014-03-15
* Fix compilation of SPlines moduleGravatar Gael Guennebaud2014-02-17
* optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14