aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
|
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-10-26
|
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
|
* bug #1098: fix regression introduced when generalizing some compute() ↵Gravatar Gael Guennebaud2015-10-26
| | | | | | methods in changeset 7031a851d45a8526474ac1ac972ad12a48e99f1a .
* Merged in infinitei/eigen (pull request PR-140)Gravatar Gael Guennebaud2015-10-26
|\ | | | | | | bug #1097 Added ArpackSupport to cmake install target
* | Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
| | | | | | | | by defaulting to COLAMDOrdering and NaturalOrdering for ILUT and ILLT respectively.
* | Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
| |
* | bug #1088: fix setIdenity for non-compressed sparse-matrixGravatar Gael Guennebaud2015-10-25
| |
* | Fix SparseMatrix::insert/coeffRef for non-empty compressed matrixGravatar Gael Guennebaud2015-10-25
| |
| * ArpackSupport was missing here also.Gravatar Abhijit Kundu2015-10-16
| |
| * Added ArpackSupport to cmake install targetGravatar Abhijit Kundu2015-10-16
| |
* | use explicit Scalar types for AngleAxis initializationGravatar Sergiu Dotenco2015-08-28
| | | | | | | | | | (grafted from 89a222ce502483f8f0b02db9261445b7dff69760 )
* | Fixed compilation warningGravatar Benoit Steiner2015-10-23
| |
* | Added support for arrays of size 0Gravatar Benoit Steiner2015-10-23
| |
* | Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
| |
* | Reworked the tensor contraction mapper code to make it compile on AndroidGravatar Benoit Steiner2015-10-23
| |
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-10-23
|\ \
* | | Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile ↵Gravatar Benoit Steiner2015-10-23
| | | | | | | | | | | | gpu code with a non cuda compiler results in a linking error instead of bogus code.
| * | disable usage of INTMAX_TGravatar Gael Guennebaud2015-10-23
| | |
| * | remove useless cstdint headerGravatar Gael Guennebaud2015-10-23
| | |
| * | Switch to MPL2Gravatar Gael Guennebaud2015-10-23
|/ /
* | Added missing glue logicGravatar Benoit Steiner2015-10-22
| |
* | Added mapping between a specific device and the corresponding packet typeGravatar Benoit Steiner2015-10-22
| |
* | Added tests for the fft codeGravatar Benoit Steiner2015-10-22
| |
* | Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22
| |
* | Remove invalid typename keywordGravatar Gael Guennebaud2015-10-22
| |
* | mergeGravatar Gael Guennebaud2015-10-22
|\ \
| * | Fixed incorrect expected valueGravatar Benoit Steiner2015-10-22
| | |
| * | Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
| | |
* | | Avoid any openmp calls if multi-threading is explicitely disabled at runtime.Gravatar Gael Guennebaud2015-10-22
| | |
* | | bug #1089: add a warning when using a MatrixBase method which is implemented ↵Gravatar Gael Guennebaud2015-10-22
|/ / | | | | | | within another module by declaring them inline.
* | bug #1090: fix a shortcoming in redux logic for which slice-vectorization ↵Gravatar Gael Guennebaud2015-10-21
| | | | | | | | plus unrolling might happen.
* | Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
| |
* | mergeGravatar Gael Guennebaud2015-10-21
|\ \
* | | add FIXMEGravatar Gael Guennebaud2015-10-21
| | |
* | | bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
| | |
| * | Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
| | |
| * | Removed bogus assertionGravatar Benoit Steiner2015-10-20
| | |
| * | Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
| | |
| * | Fixed a bug in the tensor conversion opGravatar Benoit Steiner2015-10-20
|/ /
* / Improve numerical accuracy in LLT and triangular solve by using true scalar ↵Gravatar Gael Guennebaud2015-10-18
|/ | | | divisions (instead of x * (1/y))
* mergeGravatar Gael Guennebaud2015-10-16
|\
| * Updated the custom indexing code: we can now use any container that provides ↵Gravatar Benoit Steiner2015-10-15
| | | | | | | | the [] operator to index a tensor. Added unit tests to validate the use of std::map and a few more types as valid custom index containers
| * Tightened the definition of isOfNormalIndex to take into account integer ↵Gravatar Benoit Steiner2015-10-14
| | | | | | | | | | | | | | types in addition to arrays of indices Only compile the custom index code when EIGEN_HAS_SFINAE is defined. For the time beeing, EIGEN_HAS_SFINAE is a synonym for EIGEN_HAS_VARIADIC_TEMPLATES, but this might evolve in the future. Moved some code around.
* | Fix perm*sparse return type and nesting, and add several sanity checks for ↵Gravatar Gael Guennebaud2015-10-14
| | | | | | | | perm*sparse
* | Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
| |
* | Add a plain_object_eval<> helper returning a plain object type based on ↵Gravatar Gael Guennebaud2015-10-14
| | | | | | | | | | | | evaluator's Flags, and base nested_eval on it.
| * name changes 2Gravatar Gabriel Nützi2015-10-09
| | | | | | | | | | | | | | user: Gabriel Nützi <gnuetzi@gmx.ch> branch 'default' changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h
| * name changesGravatar Gabriel Nützi2015-10-09
| | | | | | | | | | | | user: Gabriel Nützi <gnuetzi@gmx.ch> branch 'default' changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h
| * added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
|/ | | | | | | | | | | | | | using Sfinae and is_base_of to select correct template which converts to array<Index,NumIndices> user: Gabriel Nützi <gnuetzi@gmx.ch> branch 'default' added unsupported/Eigen/CXX11/src/Tensor/TensorMetaMacros.h added unsupported/test/cxx11_tensor_customIndex.cpp changed unsupported/Eigen/CXX11/Tensor changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h changed unsupported/test/CMakeLists.txt