aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Fix bug #496: generalize internal rank1_update implementation to accept uplo(...Gravatar Gael Guennebaud2013-02-24
* Avoid problematic ternary operator (http://forum.kde.org/viewtopic.php?f=74&t...Gravatar Gael Guennebaud2013-02-23
* Fix EIGEN_INITIALIZE_MATRICES_BY_NAN.Gravatar Sebastien Barthelemy2013-02-22
* Guard against transposeInPlace on non-square non-resizable matrix.Gravatar Jitse Niesen2013-02-20
* Fix linear vectorized transversal in linspace (fixes bug #526).Gravatar Jitse Niesen2013-02-18
* Workaround the following warning: "assuming signed overflow does not occur wh...Gravatar Gael Guennebaud2013-02-15
* Fix SSE plog<float> to return -INF on 0Gravatar Gael Guennebaud2013-02-14
* Add missing using std::sqrtGravatar Gael Guennebaud2013-02-14
* Fix some implicit int64 to int conversion warnings. However, the real issueGravatar Gael Guennebaud2013-02-14
* Fix bug in aligned_free with windows CEGravatar Gael Guennebaud2013-02-13
* Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPEGravatar Gael Guennebaud2013-02-09
* add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
* Add missing operator= in RefBaseGravatar Gael Guennebaud2013-02-07
* Add missing data member function in CwiseUnaryViewGravatar Gael Guennebaud2013-02-07
* Added missing using std::sqrt.Gravatar Hauke Heibel2013-01-27
* Suppress annoying "may be used uninitialized in this function" warning with g...Gravatar Gael Guennebaud2013-01-24
* Workaround "error: floating-point literal cannot appear in a constant-express...Gravatar Gael Guennebaud2013-01-23
* Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment c...Gravatar Gael Guennebaud2013-01-22
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
* Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...Gravatar Gael Guennebaud2013-01-15
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* 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
|/