aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* disable empty struct trick for buggy gcc 4.3Gravatar Gael Guennebaud2010-06-29
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* fix potential warningGravatar Benoit Jacob2010-06-29
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...Gravatar Konstantinos Margaritis2010-06-28
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* fix unused warning when EIGEN_HAS_FUSE_CJMADDGravatar Gael Guennebaud2010-06-27
* fix #146Gravatar Benoit Jacob2010-06-27
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* 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