aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* actually honor EIGEN_STACK_ALLOCATION.Gravatar Benoit Jacob2008-12-16
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* only enable the "unaligned array" assert if vectorization is enabled.Gravatar Benoit Jacob2008-12-15
* * fix a bug I introduced in WithAlignedOperatorNewGravatar Benoit Jacob2008-12-15
* use ei_aligned_malloc and ei_aligned_free also in WithAlignedOperatorNew, so ...Gravatar Benoit Jacob2008-12-15
* small optimization (for MSVC) and simplification of ei_alligned_mallocGravatar Benoit Jacob2008-12-15
* Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ...Gravatar Benoit Jacob2008-12-15
* oops, forget to remove a lineGravatar Gael Guennebaud2008-12-15
* more warning fixes by Armin BerresGravatar Gael Guennebaud2008-12-15
* fix compilation issue for 64bit systems (pointer <=> size_t)Gravatar Gael Guennebaud2008-12-08
* * add Transform explicit constructors taking translation/scaling/rotationGravatar Benoit Jacob2008-12-07
* actually this message is probably more effective at making people read the we...Gravatar Benoit Jacob2008-12-07
* Make deluxe assertion with deluxe error message with link to deluxe web pageGravatar Benoit Jacob2008-12-07
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* * improvements in the tutorial: triangular matrices, linear algebraGravatar Benoit Jacob2008-12-06
* * fix compile error when C++0x is enabled: static_assert() needs ;Gravatar Benoit Jacob2008-12-06
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* add internal documentationGravatar Benoit Jacob2008-11-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* * add Gael a (c) line in IO.hGravatar Benoit Jacob2008-11-17
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* add Eigen namespace in EIGEN_STATIC_ASSERTGravatar Gael Guennebaud2008-10-27
* add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATORGravatar Gael Guennebaud2008-10-27
* Add smart cast functions and ctor with scalar conversion (explicit)Gravatar Gael Guennebaud2008-10-25
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* 2 typosGravatar Gael Guennebaud2008-09-08
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* The discussed changes to Hyperplane, the ParametrizedLine class, and theGravatar Benoit Jacob2008-08-31
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* Shut up two bogus gcc 4.3 warningsGravatar Benoit Jacob2008-08-25
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23