aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Added a few regression testsGravatar Benoit Steiner2014-08-14
* Added support for padding, stridding, and shufflingGravatar Benoit Steiner2014-08-14
* Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\
* | Added ability to get the nth element from an abstract array type.Gravatar Benoit Steiner2014-08-13
* | 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
| * Make loadMarket use the sparse-matrix index type, thus enabling loading huge ...Gravatar Gael Guennebaud2014-07-31
* | Made sure that the data stored in fixed sized tensor is aligned.Gravatar Benoit Steiner2014-07-25
| * Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
* | Added a few tests to validate the behavior of the assignment operator.Gravatar Benoit Steiner2014-07-22
* | 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
* | Added tests for tensor slicingGravatar 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
| * Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
| * bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
| * bug #842: warn user about MPFR++ being under the GPLGravatar Gael Guennebaud2014-07-17
| * mergeGravatar Gael Guennebaud2014-07-17
| |\
| * | Fix bug #770: workaround thread safety in mprealGravatar Gael Guennebaud2014-07-17
| * | bug #842: update mpreal copy (fix compilation with clang)Gravatar Gael Guennebaud2014-07-17
| | * Remove unnecessary <bench/BenchTimer.h>includeGravatar Christoph Hertzberg2014-07-17
| |/
| * bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
| * Merged in complexzeros/eigen (pull request PR-69)Gravatar Hauke Heibel2014-07-11
| |\
| | * Fixed index that would cause crash with two point, two derivative interpolati...Gravatar Jeff2014-07-10
| * | Fix GMRES: Initialize essential Householder vector with correct dimension. Ad...Gravatar Kolja Brix2014-07-10
| * | Move using std::abs from Eigen's namespace to function scope.Gravatar Gael Guennebaud2014-07-08
| * | Mark internal namespace as \internalGravatar Chen-Pang He2014-07-06
| * | Percent "Eigen" in dox to prevent linking if not referring to the Eigen names...Gravatar Chen-Pang He2014-07-05
| * | Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
| * | Document internal namespaceGravatar Chen-Pang He2014-07-05
| * | Fix dox for namespacesGravatar Chen-Pang He2014-07-05
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
| | * IndexArray is now a typename.Gravatar Jeff2014-06-25
| | * Merged.Gravatar Jeff2014-06-23
| | |\
| | | * Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
| | * | Fixed type mixing issues.Gravatar Jeff2014-06-23
| | |/
| | * Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23