aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* add support for oskiGravatar Gael Guennebaud2010-06-24
* makes sure to test small sizesGravatar Gael Guennebaud2010-06-24
* makes SparseView a true sparse expression and fix use of nesting typesGravatar Gael Guennebaud2010-06-24
* fix infinite loopGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* fix temporary creation ruleGravatar Gael Guennebaud2010-06-24
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* unit test fix for default to row majorGravatar Gael Guennebaud2010-06-24
* block householder : minor optimizationGravatar Gael Guennebaud2010-06-24
* fix symmGravatar Gael Guennebaud2010-06-24
* fix syrkGravatar Gael Guennebaud2010-06-24
* fix vectorization logic testGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* fix computation of blocking sizes for small triangular matricesGravatar Gael Guennebaud2010-06-24
* Added version testing for MSVC.Gravatar Hauke Heibel2010-06-24
* Fix compilation when the memory layout is RowMajor.Gravatar Hauke Heibel2010-06-24
* Fixed MSVC cpuid.Gravatar Hauke Heibel2010-06-24
* fix compilation when EIGEN_CPUD is not definedGravatar Gael Guennebaud2010-06-24
* fix EIGEN_CPUID for i386 & PIC, still remains to fix the MSVC versionGravatar Gael Guennebaud2010-06-24
* btl: add a trmm action and update eigen interfaceGravatar Gael Guennebaud2010-06-23
* default to Intel's API by defaultGravatar Gael Guennebaud2010-06-23
* fix cache queries for non core2 CPU ;)Gravatar Gael Guennebaud2010-06-23
* add missing typenameGravatar Gael Guennebaud2010-06-22
* add a spmv mini becnhmark for Eigen, GMM++, ublas, mtl4, and oskiGravatar Gael Guennebaud2010-06-22
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* slightly optimize computeProductBlockingSizes by explicitely precomputing wha...Gravatar Gael Guennebaud2010-06-22
* mergeGravatar Hauke Heibel2010-06-22
|\
* | Correct the options computation for RowMajor matrices.Gravatar Hauke Heibel2010-06-22
| * forgot to include this file in my previous commitGravatar Gael Guennebaud2010-06-22
|/
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-06-21
* simplify and optimize block sizes computation for matrix products. TheyGravatar Gael Guennebaud2010-06-21
* The intrin.h header needs to be included after cmath in order to prevent warn...Gravatar Hauke Heibel2010-06-21
* Added include reuqired for __cpuid.Gravatar Hauke Heibel2010-06-21
* make bench_gemm print out the queried cache sizesGravatar Gael Guennebaud2010-06-21
* add functions to query the L1 and L2/L3 cache sizesGravatar Gael Guennebaud2010-06-21
* Added missing typename.Gravatar Hauke Heibel2010-06-21
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Compilation fix.Gravatar Hauke Heibel2010-06-21
* This does hopefully really raise the warning/error limit.Gravatar Hauke Heibel2010-06-21
* Fix compilation.Gravatar Hauke Heibel2010-06-21
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Raise the error/warning limit.Gravatar Hauke Heibel2010-06-20
* compilation fixGravatar Gael Guennebaud2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20