aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | SparseLU: fix estimated non-zeros in UGravatar Gael Guennebaud2013-11-05
* | JacobiSVD: fix a 0/0 issue for complexesGravatar Gael Guennebaud2013-11-04
* | Check for minimal norm solutionsGravatar Gael Guennebaud2013-11-03
* | JacobiSVD: move from Lapack to Matlab strategy for the default thresholdGravatar Gael Guennebaud2013-11-03
* | bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* | Add a rank method with threshold control to JacobiSVD, and make solve uses it...Gravatar Gael Guennebaud2013-11-01
* | Fix changeset 2702788da71303afa71e53dfa6542a560115425aGravatar Gael Guennebaud2013-11-01
* | Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31
* | Fix bug #678: vectors of row and columns transpositions were not properly res...Gravatar Gael Guennebaud2013-10-29
* | Fix unused variable warningsGravatar Gael Guennebaud2013-10-29
* | Fix parenthesis min/max issue in mprealGravatar Gael Guennebaud2013-10-29
* | Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* | Merged in martinhofernandes/eigen (pull request PR-33)Gravatar Gael Guennebaud2013-10-29
|\ \
* \ \ Merged in xantares/eigen (pull request PR-36)Gravatar Gael Guennebaud2013-10-29
|\ \ \
* | | | Fix bug #672: use exceptions in SuperLU if they are enabled onlyGravatar Gael Guennebaud2013-10-29
* | | | Merged in vanhoucke/eigen_vanhoucke_unused_variable (pull request PR-34)Gravatar Gael Guennebaud2013-10-29
|\ \ \ \
* | | | | Fix bug #359: fix AlignedBit flag of CoeffBasedProduct thus enabling the vect...Gravatar Gael Guennebaud2013-10-28
* | | | | Clarify the meaning of AlignedBit (bug #359)Gravatar Gael Guennebaud2013-10-28
* | | | | Fix bug #685: document the range of Random and setRandomGravatar Gael Guennebaud2013-10-28
* | | | | Fix bug #688: make it clearer that CG is for both dense and sparse matrices.Gravatar Gael Guennebaud2013-10-28
* | | | | fix a few "dead stores" warningsGravatar Gael Guennebaud2013-10-26
* | | | | Fix bug #684: optimize vectorization of array-scalar and scalar-arrayGravatar Gael Guennebaud2013-10-18
* | | | | simplify/uniformize eigen_gen_docsGravatar Thomas Capricelli2013-10-18
* | | | | Added comparisons scalar to array (previously only the array to scalar was po...Gravatar Christoph Hertzberg2013-10-17
* | | | | Copy all format flags (not only precision) from actual output stream when cal...Gravatar Christoph Hertzberg2013-10-17
* | | | | consider all columns for aligned output (fixes bug #616)Gravatar Christoph Hertzberg2013-10-17
* | | | | Copy and paste mistake in last commitGravatar Christoph Hertzberg2013-10-17
* | | | | Don't add rowSpacer if columns are not to be alignedGravatar Christoph Hertzberg2013-10-17
* | | | | Fixes bug #681Gravatar Christoph Hertzberg2013-10-17
* | | | | Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...Gravatar Gael Guennebaud2013-10-16
* | | | | Use != instead of < to check for emptiness of iterator range (fixes bug #664)Gravatar Christoph Hertzberg2013-10-16
* | | | | Make index type of Triplet default to SparseMatrix::Index as suggested by Kol...Gravatar Christoph Hertzberg2013-10-16
* | | | | Allow .conservativeResize(rows,cols) on vectorsGravatar Gael Guennebaud2013-10-16
* | | | | bug #679: add respective unit testGravatar Gael Guennebaud2013-10-15
* | | | | Fix bug #679Gravatar Christoph Hertzberg2013-10-15
* | | | | uniformize piwik code among branchesGravatar Thomas Capricelli2013-10-11
| | * | | Add cmake config filesGravatar xantares2013-10-09
| |/ / / |/| | |
| * | | Silence unused variable warning.Gravatar vanhoucke2013-10-04
|/ / /
* | | Sparse is stable now, so Eigen/Eigen should include SparseGravatar Gael Guennebaud2013-10-02
* | | Fix dot*w to return 0 for empty vectors (BLAS interface)Gravatar Gael Guennebaud2013-10-01
* | | Fix SPQR Solve() when assigning to a Map objectGravatar Desire NUENTSA2013-09-26
* | | Fix leaked memory for successive calls to SPQRGravatar Desire NUENTSA2013-09-24
* | | Reduce explicit zeros when applying SparseQR's matrix QGravatar Gael Guennebaud2013-09-20
* | | Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* | | Fix assert bug in sparseQRGravatar Desire NUENTSA2013-09-20
* | | Fix elimination tree and SparseQR with rows<colsGravatar Gael Guennebaud2013-09-12
| * | Fix bug #503Gravatar Martinho Fernandes2013-09-10
|/ /
* | Fix ploaddup and lin-spaced with AltiVec.Gravatar Gael Guennebaud2013-09-10
* | Fix bug #654: allow implicit transposition in Array to Matrix and Matrix to A...Gravatar Gael Guennebaud2013-09-07
* | Fix sparse blockGravatar Gael Guennebaud2013-09-07