aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* mergeGravatar Benoit Jacob2010-03-18
|\
| * compile with gcc 4.5Gravatar Benoit Jacob2010-03-18
| * API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| * fix and extend replicate optimization, and add the packet method though it is...Gravatar Gael Guennebaud2010-03-15
| * Replaced strong with weak inlines in CwiseUnaryOp.Gravatar Hauke Heibel2010-03-14
| * Removed strong inlines which cannot always be inlined.Gravatar Hauke Heibel2010-03-14
| * Ups - again a missing typename.Gravatar Hauke Heibel2010-03-14
| * Try to avoid modulo operations in Replicate if possible.Gravatar Hauke Heibel2010-03-13
| * Propagate fixed size dimensions if available (on MSVC it leads >2.5x speedup ...Gravatar Hauke Heibel2010-03-13
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
| * Nest expression within MatrixWrapper by value.Gravatar Hauke Heibel2010-03-10
| * Enable resizing of Arrays.Gravatar Hauke Heibel2010-03-10
| * Fix MSVC warnings.Gravatar Hauke Heibel2010-03-09
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* nomalloc: minor cleanupGravatar Benoit Jacob2010-03-08
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
* * Fix #97 : Householder operations on 1x1 matricesGravatar Benoit Jacob2010-03-08
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* minor editGravatar Mark Borgerding2010-03-07
* mergeGravatar Mark Borgerding2010-03-07
|\
* | needed different proxy return types for fwd,inv to work around static assertsGravatar Mark Borgerding2010-03-07
* | created FFT::fwd and FFT::inv with ReturnByValueGravatar Mark Borgerding2010-03-07
| * Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07
| * fix compilationGravatar Gael Guennebaud2010-03-07
| * bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
| * stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
| * pff I introduced much too many bugs latey, count--Gravatar Gael Guennebaud2010-03-06
| * fix symmGravatar Gael Guennebaud2010-03-06
| * fix trsolveGravatar Gael Guennebaud2010-03-06
| * fix issue #100 (fix syrk)Gravatar Gael Guennebaud2010-03-06
| * bugfix in gebp for 32bits x86Gravatar Gael Guennebaud2010-03-06
| * #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
| * mergeGravatar Hauke Heibel2010-03-06
| |\
| | * introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
| | * fix copy pasted commentGravatar Gael Guennebaud2010-03-05
| | * Altivec brought up to date. Most tests pass and performance is better than be...Gravatar Konstantinos Margaritis2010-03-05
| * | Fixed line endings.Gravatar Hauke Heibel2010-03-05
| |/
| * add a small program to bench all combinations of small productsGravatar Gael Guennebaud2010-03-05
| * clean a bit the bench_gemm filesGravatar Gael Guennebaud2010-03-05
| * add a FIXMEGravatar Gael Guennebaud2010-03-05
| * * dynamically adjust the number of threadsGravatar Gael Guennebaud2010-03-05
| * add an option to test ompenmpGravatar Gael Guennebaud2010-03-05
| * fix openmp version for scalar types different than floatGravatar Gael Guennebaud2010-03-05