aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * 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
| * comment out cerr'sGravatar Benoit Jacob2010-02-28
| * Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
| * add ei_posix_memalign_reallocGravatar Benoit Jacob2010-02-27
| * add missing inline keyword, thanks to Eamon.Gravatar Benoit Jacob2010-02-27
| * Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
| * Fixed a typo.Gravatar Hauke Heibel2010-02-27
| * dot: handle the rowvector.dot(colvector) case where one needs to transpose.Gravatar Benoit Jacob2010-02-27
| * Remove the dot product's separate implementation and use cwiseProduct.sum ins...Gravatar Benoit Jacob2010-02-27
| * mergeGravatar Benoit Jacob2010-02-26
| |\
| * | let redux use the new ByOuterInner accessorsGravatar Benoit Jacob2010-02-26
| * | Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
| * | Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* | | implement Aron's idea of interleaving the packing with the first computationsGravatar Gael Guennebaud2010-02-26
| | * Fixed perf problems for vector subtraction: inlining wasn't always happening ...Gravatar nerbonne2010-02-26
| * | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* | | fix compilation without openmpGravatar Gael Guennebaud2010-02-26
* | | implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
| | * ComplexSchur: fix bug introduced in my previous commit.Gravatar Jitse Niesen2010-02-26
| * | DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
| * | mergeGravatar Benoit Jacob2010-02-25
| |\|
| * | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| | * ComplexSchur: compute shift more stably, introduce exceptional shifts.Gravatar Jitse Niesen2010-02-25
| | * update matrix product selection rules for 1xSmallxLarge and the transposed caseGravatar Gael Guennebaud2010-02-25
| | * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
| | * optimize inverse permutationsGravatar Gael Guennebaud2010-02-25
| | * * move the 's': InstructionsSet ---> InstructionSetsGravatar Benoit Jacob2010-02-25
| | * oops, fix typoGravatar Thomas Capricelli2010-02-25
| | * provide a static method to describe which SIMD instructions are usedGravatar Thomas Capricelli2010-02-24
| | * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
| | * add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
| | * * fix LDLT's default ctor useGravatar Gael Guennebaud2010-02-24
| | * actually, this is not even meant to be a termination criterion. so the proper...Gravatar Benoit Jacob2010-02-23
| | * LDLT:Gravatar Benoit Jacob2010-02-23
| | * Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
* | | add a 2D parallelizerGravatar Gael Guennebaud2010-02-23
* | | fix typoGravatar Gael Guennebaud2010-02-23
| | * * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
| | * Attempt to fix PGI compilation issue.Gravatar Hauke Heibel2010-02-23
| | * fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
| | * implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
* | | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* | | fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
* | | implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
* | | clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22
* | | add initial openmp support for matrix-matrix productsGravatar Gael Guennebaud2010-02-22
| |/ |/|
* | fix compilationGravatar Thomas Capricelli2010-02-21