aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* update documentation (thanks Kenneth)Gravatar Benoit Jacob2009-01-17
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* Rewrite the vectorized meta unroller of sum to reduce instructionGravatar Gael Guennebaud2009-01-17
* typo found by Ben AxelrodGravatar Benoit Jacob2009-01-17
* Add a data() function in Map and BlockGravatar Gael Guennebaud2009-01-16
* Sparse module: add support for sparse selfadjoint * denseGravatar Gael Guennebaud2009-01-15
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* two compilation fixesGravatar Gael Guennebaud2009-01-15
* Sparse module:Gravatar Gael Guennebaud2009-01-14
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* add EIGEN_FUNCTORS_PLUGINGravatar Benoit Jacob2009-01-13
* add EIGEN_CWISE_PLUGIN support for extending class CwiseGravatar Benoit Jacob2009-01-13
* fix a couple of doxygen issuesGravatar Gael Guennebaud2009-01-13
* add NetBSD to the list of OSes on which malloc is guaranteed to be 16Gravatar Benoit Jacob2009-01-12
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* make ei_traist<Select> honors nested typesGravatar Gael Guennebaud2009-01-12
* bugfix in ei_unaligned_type copy ctorGravatar Gael Guennebaud2009-01-12
* disable/enable msvc headers are allowed to be included multiple timesGravatar Gael Guennebaud2009-01-12
* bug fix in ei_stack_freeGravatar Gael Guennebaud2009-01-12
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* bugfix in ei_handmade_aligned_free for null pointersGravatar Gael Guennebaud2009-01-12
* simplify some ei_traits<> using inheritanceGravatar Gael Guennebaud2009-01-11
* add cwise operator *= and /=.Gravatar Benoit Jacob2009-01-11
* add missing newline at EOFGravatar Armin Berres2009-01-11
* EIGEN_NO_MALLOC must also block traditional unaligned mallocGravatar Benoit Jacob2009-01-10
* fix potential compilation issue on MSVC + no vectorizationGravatar Benoit Jacob2009-01-10
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* remove ei_new_allocatorGravatar Benoit Jacob2009-01-10
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09
* oops, fix compilation (sorry for all that noise!)Gravatar Benoit Jacob2009-01-09
* (previous commit was bad)Gravatar Benoit Jacob2009-01-09
* overloaded operator delete should call ei_conditinal_aligned_free, notGravatar Benoit Jacob2009-01-09
* ei_aligned_delete was running through the various paths in the wrongGravatar Benoit Jacob2009-01-09
* * implement handmade aligned malloc, fast but always wastes 16 bytes of memory.Gravatar Benoit Jacob2009-01-09
* * Added aligned_allocator for using 16-byte aligned types with STL containers...Gravatar Kenneth Frank Riddile2009-01-09
* add missing inline keywords (compilation error) spotted by timvdmGravatar Benoit Jacob2009-01-08
* add a ctest testsuite.cmake script to simplify the generation of nightly buildsGravatar Gael Guennebaud2009-01-08
* add EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5Gravatar Benoit Jacob2009-01-08
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* fix a bug -- bad read found by valgrindGravatar Benoit Jacob2009-01-08
* bugfix in sumGravatar Gael Guennebaud2009-01-08
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* * re-enabled deprecation warning on msvc now that eigen isn't using functions...Gravatar Kenneth Frank Riddile2009-01-07
* fine tuning in dot() and sum(), and prepare for the sparse versions...Gravatar Gael Guennebaud2009-01-07
* add custom implementation of hypotGravatar Gael Guennebaud2009-01-07
* * disabled deprecation warning under msvc that was being triggered due to mic...Gravatar Kenneth Frank Riddile2009-01-07