aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Implement evaluators for sparse * sparse with auto pruning.Gravatar Gael Guennebaud2014-07-01
* Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
* Implement nonZeros() for Transpose<sparse>Gravatar Gael Guennebaud2014-07-01
* Do not bypass aliasing in sparse e assignmentsGravatar Gael Guennebaud2014-07-01
* Fix double constructions of the nested CwiseBinaryOp evaluator in sparse*diag...Gravatar Gael Guennebaud2014-06-27
* Implement evaluators for sparse times diagonal products.Gravatar Gael Guennebaud2014-06-27
* Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* Implement evaluator for sparse views.Gravatar Gael Guennebaud2014-06-26
* Fix inverse evaluatorGravatar Gael Guennebaud2014-06-25
* Update sparse reduxions and sparse-vectors to evaluators.Gravatar 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
* implement evaluator for SparseVectorGravatar Gael Guennebaud2014-06-25
* 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
|\ \
* | | Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| | * Fix bug #827: improve accuracy of quaternion to angle-axis conversionGravatar Gael Guennebaud2014-06-20
| | * Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
| | * Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
| | * Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
| | * fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
| | * Fix Jacobi preconditioner with zero diagonal entriesGravatar Gael Guennebaud2014-06-17
| | * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
| | * Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
| | * Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
| | * 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
| | * | Fix bug #807: Missing scalar type cast in umeyama()Gravatar Christoph Hertzberg2014-05-05
| | * | Fixed bug #806: Missing scalar type cast in Quaternion::setFromTwoVectors()Gravatar Christoph Hertzberg2014-05-05
| | * | Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
| | * | 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
| | * | Fix for mixed productsGravatar Gael Guennebaud2014-04-25
| | * | Implement pbroadcast4 on altivecGravatar Gael Guennebaud2014-04-25
| | * | Disable 3pX4 kernel on Altivec: despite this platform has 32 registers, this ...Gravatar Gael Guennebaud2014-04-25
| | * | Fix ptranspose overload prototypes for NEONGravatar Gael Guennebaud2014-04-25
| | * | Minor optimizations in product kernel:Gravatar Gael Guennebaud2014-04-25
| | * | Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
| | * | Enable fused madd for AltivecGravatar Gael Guennebaud2014-04-24