aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* DenseBase is implemented as a class, not a struct.Gravatar Hauke Heibel2010-05-19
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Removed ambiguity between Map and Matrix Options template parameter.Gravatar Hauke Heibel2010-04-26
* Fixed a warning.Gravatar Hauke Heibel2010-04-26
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* mergeGravatar Benoit Jacob2010-04-23
|\
| * restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* | add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* | remove MinorGravatar Benoit Jacob2010-04-22
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* | mergeGravatar Benoit Jacob2010-04-22
|\ \
* | | * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| |/ |/|
| * MSVC runs into problems when a forward declaration is using a different templ...Gravatar Hauke Heibel2010-04-22
|/
* fix grave bug introduced by me: the low-level matrix-vector product functions...Gravatar Benoit Jacob2010-04-20
* fix compilationGravatar Benoit Jacob2010-04-17
* Added MSVC stack allocation support.Gravatar Hauke Heibel2010-04-17
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* mergeGravatar Benoit Jacob2010-03-18
|\
| * API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* #undef minor at the right placeGravatar Benoit Jacob2010-03-06
* remove the __ARM_NEON__ check there since Konstantinos said he removed it but...Gravatar Benoit Jacob2010-03-06
* * disable static alignment on QCCGravatar Benoit Jacob2010-03-06
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* mergeGravatar Gael Guennebaud2010-03-05
|\
| * enable posix_memalign for QNXGravatar Gael Guennebaud2010-03-05
* | mergeGravatar Gael Guennebaud2010-03-04
|\|
| * make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* | merge with default branchGravatar Gael Guennebaud2010-03-04
|\|
| * minor cleanupGravatar Benoit Jacob2010-03-03
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * cleanup/simplification in computation of matrix flagsGravatar Benoit Jacob2010-03-03
| * Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
| * a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
| * Fixes a compilation issue for MSVC.Gravatar Hauke Heibel2010-03-01
| * forgot defined(...)Gravatar Benoit Jacob2010-02-28
| * on 64-bit systems, glibc's malloc returns 16-byte aligned ptrs, and we now ta...Gravatar Benoit Jacob2010-02-28
| * * fix ei_handmade_aligned_realloc (was calling realloc on wrong ptr)Gravatar Benoit Jacob2010-02-28
| * Added a generic reallocation implementation based on ei_aligned_malloc/_free.Gravatar Hauke Heibel2010-02-28
| * Hide some internal stuff from the docs.Gravatar Hauke Heibel2010-02-28