aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* 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
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* stop disabling this legitimate warning, recall that in the following the cons...Gravatar Gael Guennebaud2012-02-03
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline assem...Gravatar Zuiquan2012-02-02
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround "empty macro argument" warningGravatar Gael Guennebaud2012-01-31
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ...Gravatar Gael Guennebaud2011-12-09
* Fix MSVC integer overflow warningGravatar Sebastian Lipponer2011-12-09
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09