aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* Patch from Frank fixing stupid MSVC internal crashGravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* fix "empty macro arguments are undefined in ISO C90 and ISO C++98"Gravatar Gael Guennebaud2009-01-27
* centralize those static asserts more upstream, reduces duplication and ensure...Gravatar Benoit Jacob2009-01-27
* add a missing static assertion on the scalar typesGravatar Benoit Jacob2009-01-27
* fix doc for norm() and squaredNorm(): these are not only for vectorsGravatar Benoit Jacob2009-01-27
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* fix warningsGravatar Benoit Jacob2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* revert bad commitGravatar Gael Guennebaud2009-01-19
* bugfix in Map by Keir MierleGravatar Gael Guennebaud2009-01-18
* 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
* Add a data() function in Map and BlockGravatar Gael Guennebaud2009-01-16
* 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
* 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
* 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