aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* | 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
* | fix bug #499: the image was missing because of a dependency issue when buildi...Gravatar Gael Guennebaud2012-08-27
* | matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
| * Clean the supernodal matrix classGravatar Desire NUENTSA2012-08-07
| * Bug in 2D block update, disable it for nowGravatar Desire NUENTSA2012-08-07
| * Add support for Metis fill-reducing ordering ; it is generally more efficient...Gravatar Desire NUENTSA2012-08-06
* | Add missing const in some castsGravatar Gael Guennebaud2012-08-05
* | Fix precision regression when attempting to fix underflow issues.Gravatar Gael Guennebaud2012-08-05
| * Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
| * Prefix with glu, the global structureGravatar Desire NUENTSA2012-08-03
| * SparseLU: add leverage level3 opsGravatar Gael Guennebaud2012-08-03
| * factorize column_dfs and panel_dfsGravatar Gael Guennebaud2012-08-02
| * correct bug when solving with multiple RhsGravatar Desire NUENTSA2012-08-03
* | fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
| * Update copyrights sectionsGravatar Desire NUENTSA2012-08-01
| * switch to MPL licenseGravatar Desire NUENTSA2012-08-01
| * Add missing .noalias()Gravatar Desire NUENTSA2012-08-01
* | fix warningGravatar Gael Guennebaud2012-08-01
* | fix lower acceptable bound of SSE pexp for doubleGravatar Gael Guennebaud2012-07-31
| * add another missing .noalias()Gravatar Gael Guennebaud2012-07-30
| * optimize LU_kernel_bmod for small cases, and add an important .noalias()Gravatar Gael Guennebaud2012-07-29
* | Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* | add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
* | fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* | RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
* | add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1Gravatar Gael Guennebaud2012-07-27
| * Improve the permutationGravatar Desire NUENTSA W.2012-07-27
* | extend quotient functor to allow for mixed types (complex-real)Gravatar Gael Guennebaud2012-07-27
| * Refactoring codes for numeric updatesGravatar Desire NUENTSA W.2012-07-27
* | Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...Gravatar Gael Guennebaud2012-07-26
* | RealSchur: improve speed of computeNormOfTGravatar Gael Guennebaud2012-07-26
* | RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b ...Gravatar Gael Guennebaud2012-07-26
* | SparseMatrix: add missing ctor for ReturnByValueGravatar Gael Guennebaud2012-07-25
* | RealQZ: bug in pushDownZero fixed tooGravatar Alexey Korepanov2012-07-25
* | RealQZ: bug in splitOffTwoRows fixedGravatar Alexey Korepanov2012-07-25
| * correct bug in the complex versionGravatar Desire NUENTSA2012-07-19
| * Add exception handler to memory allocationGravatar Desire NUENTSA2012-07-19
| * Add a draft (not clean ) version of the COLAMD ordering implementationGravatar Desire NUENTSA2012-07-18
* | Add static assert that objects on stacks are not too big (bug #491).Gravatar Jitse Niesen2012-07-17
* | Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* | do not apply plane rotation when it is exactly the identityGravatar Gael Guennebaud2012-07-24
* | RealQZ: optimize general hessenberg to not apply rotations to zero entries.Gravatar Gael Guennebaud2012-07-24
* | real QZ: update licenseGravatar Gael Guennebaud2012-07-24
| * working version of sparse LU with unsymmetric supernodes and fill-reducing p...Gravatar Desire NUENTSA2012-07-13
* | Add a RealQZ class: a generalized Schur decomposition for real matricesGravatar Alexey Korepanov2012-07-11
* | Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* | Use EISPACK's strategy re max number of iters in Schur decomposition (bug #479).Gravatar Jitse Niesen2012-07-22