aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* Resizing is done by call_assignment_noalias, so no need to perform it when de...Gravatar Gael Guennebaud2014-07-21
* Compilation fixesGravatar Gael Guennebaud2014-07-20
* Make sure we evaluate into temporaries matching evaluator storage order requi...Gravatar Gael Guennebaud2014-07-19
* Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
| * bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
| * Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\|
| * stride must be DenseIndex not intGravatar Christoph Hertzberg2014-07-10
| * Fix bug #839Gravatar Chen-Pang He2014-07-09
| * bug #808: fix implicit conversions from int/longint to float/doubleGravatar Gael Guennebaud2014-07-08
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * bug #837: Always re-align the result of EIGEN_ALLOCA.Gravatar Christoph Hertzberg2014-07-08
| * chmod -x Eigen/src/Core/GenericPacketMath.hGravatar Chen-Pang He2014-07-07
| * Fix regression introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-07-04
* | merge with default branchGravatar Gael Guennebaud2014-07-02
|\|
* | Fix typo in dense * diagonal evaluator.Gravatar Gael Guennebaud2014-07-01
* | Use DiagonalShape as the storage kind of DiagonalBase<>.Gravatar Gael Guennebaud2014-07-01
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* | Fix inverse evaluatorGravatar Gael Guennebaud2014-06-25
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | Generalize static assertions on matching sizes to avoid the need for SizeAtCo...Gravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse coeff-wise viewsGravatar Gael Guennebaud2014-06-25
* | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
| * Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-06-23
| * Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23
| * Fix bug #729: Use alloca if it is definedGravatar Christoph Hertzberg2014-06-23
* | Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* | Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
* | mergeGravatar Gael Guennebaud2014-06-20
|\ \
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| | * Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
| | * fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
| | * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
| | * Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
| | |\
| | | * Made it possible to call the assignment operator on an Eigen::Block from a CU...Gravatar Benoit Steiner2014-05-07
| | * | Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
| | * | Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
| | * | Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
| | * | Fix bug #803: avoid char* to int* conversionGravatar Gael Guennebaud2014-05-01
| | * | TRMM: Make sure we have enough memory in rhs block to enforce alignment.Gravatar Gael Guennebaud2014-04-25
| | * | Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25
| | * | Product kernel: skip loop on columns if there is no remaining rowsGravatar Gael Guennebaud2014-04-25
| | * | Fix sizeof unit testGravatar Gael Guennebaud2014-04-25