aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
...
* apply patch from Hauke Heibel cleaning overloaded operator new/deteteGravatar Gael Guennebaud2009-05-07
* fix warnings with unused static functionsGravatar Benoit Jacob2009-05-04
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* ok, this time cast should really work ; sorry for the noiseGravatar Gael Guennebaud2009-04-29
* CREDIT Ross Smith: fix posix_memalign detectionGravatar Benoit Jacob2009-04-24
* add aligned_allocator operator == and != as suggested by Hauke HeibelGravatar Gael Guennebaud2009-04-09
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* fix computation of aligned_bit (has been broken by the change ofGravatar Gael Guennebaud2009-04-05
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* The ABI break:Gravatar Benoit Jacob2009-03-26
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* oops forgot to include a file in previous commit (I had other localGravatar Gael Guennebaud2009-03-26
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
* add optimized quaternion * quaternion product specialization forGravatar Gael Guennebaud2009-03-07
* significantly reduce the default stack allocation limit which was muchGravatar Gael Guennebaud2009-03-06
* big addons:Gravatar Gael Guennebaud2009-03-05
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* oops, got confused by the preprocessor directives aroundGravatar Gael Guennebaud2009-02-21
* fix posix_memalign return value warningGravatar Gael Guennebaud2009-02-21
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* should be __powerpc__ instead of __ppc__Gravatar Konstantinos A. Margaritis2009-02-08
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* the BSD's don't have aligned malloc after allGravatar Benoit Jacob2009-02-02
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar 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
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* 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
* 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
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* 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 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
* bugfix in ei_handmade_aligned_free for null pointersGravatar Gael Guennebaud2009-01-12
* add missing newline at EOFGravatar Armin Berres2009-01-11