aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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 #544: assertion in JacobiSVD when compiling with EIGEN_NO_AUTOMATIC_R...Gravatar Gael Guennebaud2013-02-12
* 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
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Correct bug in SPQR backend and replace matrixQR by matrixRGravatar Desire NUENTSA2013-01-29
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
* Added missing using std::sqrt.Gravatar Hauke Heibel2013-01-27
* Add additional methods in SparseLU and Improve the naming conventionsGravatar Desire NUENTSA2013-01-25
* Merged local branch with main trunkGravatar Desire NUENTSA2013-01-25
|\
| * add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* | 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
* Fix SparseLU special gemm kernel on 32 bits system w/o SSEGravatar Gael Guennebaud2013-01-23
* remove dummy code in ColPivHouseholderQR::solveGravatar Gael Guennebaud2013-01-23
* Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment c...Gravatar Gael Guennebaud2013-01-22
* Fix documentation for SparseLUGravatar Desire NUENTSA2013-01-21
* Documentation for the ordering methodsGravatar Desire NUENTSA2013-01-21
* Fix traits of Map<Quaternion>, and respectively extend the unit testsGravatar Gael Guennebaud2013-01-20
* Some minor documentation fixes in QuaternionGravatar Gael Guennebaud2013-01-20
* 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
* Delete unused variable in SparseLUGravatar Desire NUENTSA2013-01-14
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix bui...Gravatar Desire NUENTSA2013-01-14
* Fix the column permutation in SparseQRGravatar Desire NUENTSA2013-01-14
* Fix bug #540: SelfAdjointEigenSolver improperly used the upper triangular par...Gravatar Sergey Popov2013-01-12
* Cleaning documentation pass in ordering and ILUTGravatar Gael Guennebaud2013-01-12
* Clean inclusion, namespace definition, and documentation of SparseLUGravatar Gael Guennebaud2013-01-12
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...Gravatar Gael Guennebaud2013-01-12
* Fix installation path of SparseQRGravatar Gael Guennebaud2013-01-12
* Pass a const matrix to sparseQRGravatar Desire NUENTSA2013-01-11
* Add support for Schur decomposition of matrices in Hessenberg formGravatar Desire NUENTSA2013-01-11
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ju...Gravatar Gael Guennebaud2013-01-05
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* 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
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
* 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