aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* 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
* Fix MSVC compilation: std::log was not accessible.Gravatar Gael Guennebaud2012-12-20
* Fix bug #507: Mark variable as unused in NDEBUG caseGravatar Christoph Hertzberg2012-12-20
* Fix bug #534: rm useless initialization of rowSpacer.Gravatar Gael Guennebaud2012-12-16
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* 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
* fix comma initializer when inserting empty matricesGravatar Gael Guennebaud2012-10-03
* MergeGravatar Jitse Niesen2012-09-29
|\
| * add scalar multiple to diagonal matricesGravatar Gael Guennebaud2012-09-27
| * fix bug #515: missing explicit scalar conversionGravatar Gael Guennebaud2012-09-27
| * fix bug #509: warning with gcc 4.7Gravatar Gael Guennebaud2012-09-26
* | Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...Gravatar Chen-Pang He2012-09-24
* | Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
| * Make Ref<> suitable for both Matrix and Array kinds. Note that Matrix kind ob...Gravatar Gael Guennebaud2012-09-22
* | Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
| * workaround weird compilation error with MSVCGravatar Gael Guennebaud2012-09-14
| * Merged in jdh8/eigen (pull request PR-16)Gravatar Gael Guennebaud2012-09-08
| |\ | |/ |/|
| * fix bug #501: remove aggressive mat/scalar optimization (was replaced by mat*...Gravatar Gael Guennebaud2012-09-08
| * remove stupid assert in blue norm.Gravatar Gael Guennebaud2012-09-07
| * multiple warnings for unused variableGravatar Desire NUENTSA2012-09-07
* | Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
|/
* forward resize() function from Array/Matrix-Wrapper to the nested expression ...Gravatar Gael Guennebaud2012-08-30
* Fix out-of-range memory access in GEMV (the memory was not used for the compu...Gravatar Gael Guennebaud2012-08-30
* 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
* fix a typo in commit 324ecf153b9b9ab85297e3087f0376e6c55f78fcGravatar Gael Guennebaud2012-08-27
* matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* Add missing const in some castsGravatar Gael Guennebaud2012-08-05
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* fix warningGravatar Gael Guennebaud2012-08-01
* fix lower acceptable bound of SSE pexp for doubleGravatar Gael Guennebaud2012-07-31
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1Gravatar Gael Guennebaud2012-07-27
* 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
* Silence clang warning about && inside ||Gravatar Jitse Niesen2012-07-14
* Evaluators: Fixed bug caused by Diagonal dynamic index change.Gravatar Jitse Niesen2012-07-14
* 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
* fix computation of fixed size sub/super diagonal sizeGravatar Gael Guennebaud2012-07-10
* Evaluators: Remove member variables if known at compile-time.Gravatar Jitse Niesen2012-07-06