aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* 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
* Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ...Gravatar Hauke Heibel2014-02-01
* Fix bug #730: Path of OpenGL headers is different on MacOSGravatar Christoph Hertzberg2014-01-29
* Port unsupported constrained CG to Eigen3Gravatar Anton Gladky2014-01-15
* C++11/Tensor: Fix copyright headersGravatar Christian Seiler2013-11-16
* CXX11/TensorSymmetry: add symmetry support for Tensor classGravatar Christian Seiler2013-11-14
* CXX11/Tensor: add simple initial tensor implementationGravatar Christian Seiler2013-11-14
* C++11: add template metaprogramming helpersGravatar Christian Seiler2013-11-14
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* BDCSVD: Use rational interpolation to solve secular equation.Gravatar Jitse Niesen2013-08-27
* Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
* BDCSVD: Use HouseholderSeq directly.Gravatar Jitse Niesen2013-08-21
* BDCSVD: Compute SVD of combined problem directly.Gravatar Jitse Niesen2013-08-20
* Backout parts of changeset 6719e56b5bfe9ae4badc9a6e894c5824f663d62eGravatar Gael Guennebaud2013-08-11
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* BDCSVD: Streamline compute() and copyUV()Gravatar Jitse Niesen2013-08-07
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Removed 'T' prefix from types and thus fixed compilation for GCC.Gravatar Hauke Heibel2013-07-29
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
* mergeGravatar Jitse Niesen2013-07-26
|\