aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
| * Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
| * Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
| * Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| * Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| * Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
* | 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
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
* | 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
| * Fix bug #61: gemm was broken since we changed the blocking orderGravatar Gael Guennebaud2014-07-24
| * Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
* | 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
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
| * Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* | 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
| * Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
| * bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
| * Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
| * bug #826: fix 64 to 32 bits conversion warning when calling Matrix<int,1,1>(l...Gravatar Gael Guennebaud2014-07-20
| * Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
| * Add note to EIGEN_DONT_PARALLELIZE into preprocessor documentation page (requ...Gravatar Christoph Hertzberg2014-07-18
| * bug #138: Make building of internal documentation configurable via cmake flagGravatar Christoph Hertzberg2014-07-18
| * bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
| * bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
| * bug #842: warn user about MPFR++ being under the GPLGravatar Gael Guennebaud2014-07-17
| * mergeGravatar Gael Guennebaud2014-07-17
| |\