aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* syncGravatar Gael Guennebaud2010-07-10
|\
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
| * move ei_conj_if to a more appropriate fileGravatar Gael Guennebaud2010-07-09
* | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
|/
* syncGravatar Gael Guennebaud2010-07-07
|\
* | s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* | add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* | * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* | add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
| * Various documentation improvements.Gravatar Jitse Niesen2010-07-06
| * indentationGravatar Gael Guennebaud2010-07-06
* | * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
| * oops I did not see thatGravatar Gael Guennebaud2010-07-05
* | add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
| * add check for non x86 platforms, we get a compile error on arm/powerpc withou...Gravatar Konstantinos Margaritis2010-07-05
|/
* fix warning "type qualifiers ignored on function return type" for long long s...Gravatar Gael Guennebaud2010-07-05
* comment the workaround of the EIGEN_EMPTY_STRUCT_CTOR workaround for gcc 4.3Gravatar Gael Guennebaud2010-07-04
* disable empty struct trick for buggy gcc 4.3Gravatar Gael Guennebaud2010-06-29
* 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
* 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
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* Added version testing for MSVC.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
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-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
* fix linking errors with multiply defined functionsGravatar Benoit Jacob2010-06-18
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* rename:Gravatar Benoit Jacob2010-06-14
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* undo 314bfa13753f153d44ff76a1c8ce0206616b06d9Gravatar Benoit Jacob2010-06-11
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
| * Disabled warning caused by declspec(align()).Gravatar Hauke Heibel2010-06-08
| * Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
| * Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
| * LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03