aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
...
| * 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
| * fix issue #128 : inner stride can also be 0 in which case it means 1...Gravatar Gael Guennebaud2010-06-01
|/
* oops, remove extra 'typename'Gravatar Benoit Jacob2010-05-30
* the Index types change.Gravatar Benoit Jacob2010-05-30
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* DenseBase is implemented as a class, not a struct.Gravatar Hauke Heibel2010-05-19
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Removed ambiguity between Map and Matrix Options template parameter.Gravatar Hauke Heibel2010-04-26
* Fixed a warning.Gravatar Hauke Heibel2010-04-26
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23