aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Collapse)AuthorAge
...
| | * Misc improvements for fixed size tensorsGravatar Benoit Steiner2015-01-14
| | |
| | * Added support for RowMajor inputs to the contraction code.Gravatar Benoit Steiner2015-01-14
| | |
| | * Increased the functionality of the tensor devicesGravatar Benoit Steiner2015-01-14
| | |
| | * Improved the performance of the contraction code on CUDAGravatar Benoit Steiner2015-01-14
| | |
| | * Improved the performance of tensor reductionsGravatar Benoit Steiner2015-01-14
| | | | | | | | | | | | | | | Added the ability to generate random numbers following a normal distribution Created a test to validate the ability to generate random numbers.
| | * Added ability to reverse the order of the coefficients in a tensorGravatar Benoit Steiner2015-01-14
| | |
| | * Added ability to swap the layout of a tensorGravatar Benoit Steiner2015-01-14
| | |
| | * Improved tensor referencesGravatar Benoit Steiner2015-01-14
| | |
| | * Created some documentationGravatar Benoit Steiner2015-01-13
| | |
| * | Free functions should only be declared as static in separate compilation unitsGravatar Christoph Hertzberg2014-12-12
| | | | | | | | | | | | | | | (grafted from d85abc89c5782eebe2b0f2c920d6c495b4dcc091 )
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
| | | | | | | | | | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
| * | bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
| | |
| * | bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
|/ /
* | Fix GL support wrt evaluatorsGravatar Gael Guennebaud2014-12-04
| |
| * Fixed the evaluation of expressions involving tensors of 2 or 3 elements on ↵Gravatar Benoit Steiner2014-11-18
| | | | | | | | CUDA devices.
| * Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
| | | | | | | | H: Enter commit message. Lines beginning with 'HG:' are removed.
| * Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13
| |
| * Optimized broadcastingGravatar Benoit Steiner2014-11-12
| |
| * Added support for static list of indicesGravatar Benoit Steiner2014-11-12
| |
| * Fixed a compilation error triggered by some operations on fixed sized tensorsGravatar Benoit Steiner2014-11-05
| |
| * Fixed the return type of the coefficient-wise tensor operations.Gravatar Benoit Steiner2014-11-04
| |
| * Improved handling of 1d tensorsGravatar Benoit Steiner2014-11-03
| |
| * Fixed a compilation warningGravatar Benoit Steiner2014-10-31
| |
| * Fixed a testGravatar Benoit Steiner2014-10-31
| |
| * Merged from trunkGravatar Benoit Steiner2014-10-30
| |\
| * | Fixed a compilation error with clangGravatar Benoit Steiner2014-10-30
| | |
| | * Use the proper index type in the padding codeGravatar Benoit Steiner2014-10-30
| | |
| | * fixed some potential alignment issues.Gravatar Benoit Steiner2014-10-30
| | |
| | * Use the proper index typeGravatar Benoit Steiner2014-10-30
| |/
* | Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
| |
| * Added support for tensor referencesGravatar Benoit Steiner2014-10-28
| |
* | BDCSVD: fix CMake install (missing separator).Gravatar Benjamin Chrétien2014-10-24
| |
* | Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
| |
* | bug #701: workaround (min) and (max) blocking ADL by introducing ↵Gravatar Gael Guennebaud2014-10-20
| | | | | | | | numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro.
| * Added access to the unerlying raw data of a tnsor slice/chip whenever possibleGravatar Benoit Steiner2014-10-17
| |
| * Created some benchmarks for the tensor codeGravatar Benoit Steiner2014-10-17
| |
* | Fix D&C SVD wrt zero matricesGravatar Gael Guennebaud2014-10-17
| |
| * Silenced one last warningGravatar Benoit Steiner2014-10-16
| |
| * Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
| | | | | | | | Generalized a TensorMap constructor
| * Fixed the return types of unary and binary expressions to properly handle ↵Gravatar Benoit Steiner2014-10-16
| | | | | | | | the case where it is different from the input type (e.g. abs(complex<float>))
| * Avoid calling get_future() more than once on a given promise.Gravatar Benoit Steiner2014-10-16
| |
| * Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
| | | | | | | | Also optimized the blocking parameters to take into account the number of threads used for a computation
| * Added support for promisesGravatar Benoit Steiner2014-10-15
| | | | | | | | Started to improve multithreaded contractions
* | D&C SVD: fix some numerical issues by truly skipping deflated singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | | | | | values when computing them
* | D&C SVD: fix deflation of repeated singular values, fix sorting of singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | | | | | values, fix case of complete deflation
| * Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
| |
| * Added support for patch extractionGravatar Benoit Steiner2014-10-13
| |
| * Added ability to print a tensor using an iostream.Gravatar Benoit Steiner2014-10-10
| |
| * Added support for tensor chipsGravatar Benoit Steiner2014-10-10
| |
| * Fixed the tensor shuffling testGravatar Benoit Steiner2014-10-10
| |