aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Gael Guennebaud2012-09-22
| | | | objects can be implicitely converted to an Array kind Ref<> and vice versa
* Improve BiCGSTAB : With exact preconditioner, the solution should be found ↵Gravatar Desire NUENTSA2012-09-19
| | | | in one iteration
* workaround weird compilation error with MSVCGravatar Gael Guennebaud2012-09-14
|
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
|
* Merged in jdh8/eigen (pull request PR-17)Gravatar Gael Guennebaud2012-09-11
|\
* | fix compilation on freebsdGravatar Gael Guennebaud2012-09-11
| |
* | Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
| |
* | Replace COPYING.LGPL by a copy of the LGPL 2.1 (instead of LGPL 3).Gravatar Benoit Jacob2012-09-10
| | | | | | | | Indeed, all the LGPL code we use, is licensed under LGPL 2.1 (with some files being "2.1 or later").
* | 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
| | |
| | * Fix rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-10
| | |
| | * Implement packed triangular solver.Gravatar Chen-Pang He2012-09-10
| | |
| | * Implement packed triangular matrix-vector product.Gravatar Chen-Pang He2012-09-09
| | |
| | * Use conj_expr_if to clarify what it's doing.Gravatar Chen-Pang He2012-09-09
| | |
| | * Extend rank-1 updates for different storage orders.Gravatar Chen-Pang He2012-09-09
| | |
| | * Implement rank-1 update for self-adjoint packed matrices.Gravatar Chen-Pang He2012-09-08
| | |
| | * Simplify Rank2Update.hGravatar Chen-Pang He2012-09-08
| | |
| | * Comment FIXMEs on Rank2Update.h and remove unused files.Gravatar Chen-Pang He2012-09-08
| | |
* | | Merged in jdh8/eigen (pull request PR-16)Gravatar Gael Guennebaud2012-09-08
|\ \ \
* | | | fix bug #501: remove aggressive mat/scalar optimization (was replaced by ↵Gravatar Gael Guennebaud2012-09-08
| | | | | | | | | | | | | | | | mat*(1/scalar) for non integer types)
| | | * Implement rank-2 update for packed matrices.Gravatar Chen-Pang He2012-09-08
| | | |
| | | * Perform direct calls in xHEMV and xSYMV.Gravatar Chen-Pang He2012-09-08
| | |/ | |/|
* | | remove stupid assert in blue norm.Gravatar Gael Guennebaud2012-09-07
| |/ |/|
| * Implement SDSDOT with DSDOT and avoid allocating buffers in DSDOT.Gravatar Chen-Pang He2012-09-08
| |
| * Implement functors for rank-1 and rank-2 update.Gravatar Chen-Pang He2012-09-08
| |
* | 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
| | |
| | * Fix memory leak in DSDOT.Gravatar Chen-Pang He2012-09-07
| | |
| | * BLAS: implement DSDOT and SDSDOT; update test for them.Gravatar Chen-Pang He2012-09-05
| | |
| * | 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
| | |
* | | Insert XSL styles into output XML filesGravatar Desire NUENTSA2012-09-03
| | |
| | * Fix a typo in blas/common.hGravatar Chen-Pang He2012-09-03
| | |
| | * Write dox for assertionsGravatar Chen-Pang He2012-08-31
| | |
| | * 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
| | | | | | | | such that mat.array().resize(a,b) is now allowed.
* | Fix out-of-range memory access in GEMV (the memory was not used for the ↵Gravatar Gael Guennebaud2012-08-30
| | | | | | | | | | | | | | computation, only to assemble unaligned packets from aligned packet loads) (transplanted from 221f54698c2f6690da8c0f44c1e31e55118dedab )
* | Fix dox and tabbingGravatar Chen-Pang He2012-08-29
| |
* | Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
| |
* | Optimize matrix powerGravatar Chen-Pang He2012-08-26
| |
* | Fix a lot in MatrixPower.hGravatar Chen-Pang He2012-08-25
| |
* | mergeGravatar Jitse Niesen2012-08-27
|\ \
| * | Add test for matrix power.Gravatar Chen-Pang He2012-08-27
| | | | | | | | | | | | Use Christoph Hertzberg's suggestion to use exponent laws.
* | | Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
| | | | | | | | | | | | Output and display bench results using XML and XSLT