aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* Silence indexing warning.Gravatar Hauke Heibel2010-06-20
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19
* remove reference to the dead Array moduleGravatar Gael Guennebaud2010-06-19
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
* Fixed spare unit test.Gravatar Hauke Heibel2010-06-19
* add the possibility to set the cache size at runtimeGravatar Gael Guennebaud2010-06-18
* optimize SparseMatrix iteratorGravatar Gael Guennebaud2010-06-18