aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* comment all disabled MSVC warningsGravatar Gael Guennebaud2010-06-25
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25
* 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
* 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
* block householder : minor optimizationGravatar Gael Guennebaud2010-06-24
* fix symmGravatar Gael Guennebaud2010-06-24
* fix syrkGravatar 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
* default to Intel's API by defaultGravatar Gael Guennebaud2010-06-23
* fix cache queries for non core2 CPU ;)Gravatar Gael Guennebaud2010-06-23
* * 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
* Correct the options computation for RowMajor matrices.Gravatar Hauke Heibel2010-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
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* compilation fixGravatar Gael Guennebaud2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.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
* optimize SparseMatrix iteratorGravatar Gael Guennebaud2010-06-18
* fix linking errors with multiply defined functionsGravatar Benoit Jacob2010-06-18
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
* add an inplace householder QR dec function in preparation for a block versionGravatar Gael Guennebaud2010-06-17
* more compilation fixes for ICCGravatar Gael Guennebaud2010-06-17
* compilation fix for ICCGravatar Gael Guennebaud2010-06-17
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17