aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* fix bug #509: warning with gcc 4.7Gravatar Gael Guennebaud2012-09-26
* we should not directly include the *mmintrin.h headers but include immintrin....Gravatar Gael Guennebaud2012-09-26
* Correct reference to iterative scaling methodGravatar Desire NUENTSA2012-09-25
* Doc for sparseLUGravatar Desire NUENTSA2012-09-25
* Removed scaling from the umeyama when it is not requested.Gravatar Hauke Heibel2012-09-25
* Fix MSVC compile error in SparseLUGravatar Desire NUENTSA2012-09-25
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
* Make Ref<> suitable for both Matrix and Array kinds. Note that Matrix kind ob...Gravatar Gael Guennebaud2012-09-22
* Improve BiCGSTAB : With exact preconditioner, the solution should be found in...Gravatar Desire NUENTSA2012-09-19
* workaround weird compilation error with MSVCGravatar Gael Guennebaud2012-09-14
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
* Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
* Clean the Colamd routine and add test for sparselu codeGravatar Desire NUENTSA2012-09-10
|\
| * Clean the Colamd routineGravatar Desire NUENTSA2012-09-10
| * add SparseLU in sparse benchGravatar Desire NUENTSA2012-09-10
* | 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
* | merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\ \
| * | Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| * | Init perf valuesGravatar Desire NUENTSA2012-09-04
| * | correct bug in Blas 3 2D block updateGravatar Desire NUENTSA2012-09-04
| * | Bug in blas 3 2D block updateGravatar Desire NUENTSA2012-09-03
| | * 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
* | 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