aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Bump default branch to 3.2.90Gravatar Gael Guennebaud2013-07-17
* Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
* Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_...Gravatar Gael Guennebaud2013-06-21
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add default value for IsRepeatable in functor_traitsGravatar Gael Guennebaud2013-06-12
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix a serious bug in handmade_aligned_realloc: original data have to be moved...Gravatar Gael Guennebaud2013-04-10
* Allow multiplication like binary operators to be applied on type couples supp...Gravatar Gael Guennebaud2013-03-20
* Make cpuid not use %%esi -> dangerous if someone is using it.Gravatar Gael Guennebaud2013-03-19
* Fix bug #566: rbx register has to be saved when calling cpuid on x84_64 with ...Gravatar Michael Schmidt2013-03-19
* bump to 3.2-beta1 (3.1.91)Gravatar Gael Guennebaud2013-03-07
* Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ...Gravatar Gael Guennebaud2013-02-25
* Fix bug in aligned_free with windows CEGravatar Gael Guennebaud2013-02-13
* Workaround "error: floating-point literal cannot appear in a constant-express...Gravatar Gael Guennebaud2013-01-23
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...Gravatar Chen-Pang He2012-10-25
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* add first_multiple helper functionGravatar Gael Guennebaud2012-10-30
* fix bug #521: __cpuidex is not available on all architectures supported by MSVCGravatar Gael Guennebaud2012-10-24
* Windows CE does not provide an aligned_malloc function.Gravatar Gael Guennebaud2012-10-24
* MergeGravatar Jitse Niesen2012-09-29
|\
| * fix bug #509: warning with gcc 4.7Gravatar Gael Guennebaud2012-09-26
* | Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
* | Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
|/
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* workaround clang bug (see http://forum.kde.org/viewtopic.php?f=74&t=102653)Gravatar Gael Guennebaud2012-08-27
* matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* extend quotient functor to allow for mixed types (complex-real)Gravatar Gael Guennebaud2012-07-27
* Add static assert that objects on stacks are not too big (bug #491).Gravatar Jitse Niesen2012-07-17
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Add a DynamicIndex constant for signed quantities and use it to fix the conflictGravatar Gael Guennebaud2012-07-10
* Implement eval-at-once in evaluator.Gravatar Jitse Niesen2012-06-29
* bump default branch to 3.1.90Gravatar Gael Guennebaud2012-06-22
* bump to 3.1.0-rc2Gravatar Gael Guennebaud2012-06-21
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
* bump to beta1Gravatar Gael Guennebaud2012-06-06
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
* Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* bumpGravatar Gael Guennebaud2012-02-06
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04