aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix FindUmfpack when specifying manually the related cmake variables.Gravatar Gael Guennebaud2012-11-05
|
* Disable opengl demo if Qt4 or OpenGL cannot be found.Gravatar Gael Guennebaud2012-10-31
| | | | | (transplanted from caf24f1c9e540c0d7120d9344a2f4a2fd14098f2 )
* add first_multiple helper functionGravatar Gael Guennebaud2012-10-30
|
* SparseLU: remove the "snode" path which appears to bring nearly zero speedupGravatar Gael Guennebaud2012-10-30
|
* add missing copyrightGravatar Gael Guennebaud2012-10-30
|
* SparseLU: add a specialized gemm kernel, and add padding to the supernodes ↵Gravatar Gael Guennebaud2012-10-30
| | | | such that supernodes columns are all properly aligned
* Fix build error in matrixfunctions on MSVCGravatar Desire NUENTSA2012-10-30
|
* fix bug #524: Pardiso's parameter array does not have to be aligned!Gravatar Gael Guennebaud2012-10-24
|
* fix bug #521: __cpuidex is not available on all architectures supported by MSVCGravatar Gael Guennebaud2012-10-24
|
* Windows CE does not provide an aligned_malloc function.Gravatar Gael Guennebaud2012-10-24
|
* Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensionsGravatar Gael Guennebaud2012-10-24
|
* Fixed gcc warnings, John Westwood name and round_style functionGravatar Pavel Holoborodko2012-10-19
|
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
|
* the repeated solves are already present in check_sparse_solving()Gravatar Desire NUENTSA2012-10-09
|
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Discard failing tests in NonlinearOptimizationGravatar Desire NUENTSA2012-10-09
| |
* | Use Ref instead of VectorBlockGravatar Desire NUENTSA2012-10-09
| |
* | RealShur for a already Hessenberg matrixGravatar Desire NUENTSA2012-10-09
| |
* | fix comma initializer when inserting empty matricesGravatar Gael Guennebaud2012-10-03
| |
* | bug #517 : Small typo in AsciiQuickReferenceGravatar Desire NUENTSA2012-10-03
| |
* | fix dense=sparse*diagonal (there was an issue in the values returned by the ↵Gravatar Gael Guennebaud2012-10-03
| | | | | | | | .outer() function of the related iterators)
* | extend unit tests to check rectangular matrices for sparse*diagonal productsGravatar Gael Guennebaud2012-10-02
| |
* | add an assertion when inserting an already existing elementGravatar Gael Guennebaud2012-10-02
| |
| * spd test instead of square test. Still missing complex version of MINRES.Gravatar giacomo po2012-10-01
| |
* | MergeGravatar Jitse Niesen2012-09-29
|\ \
* | | Make testExponentLaws in matrix_power quiet. It was too noisy.Gravatar Chen-Pang He2012-09-29
| | |
* | | Avoid memory manipulation for simplicity, efficiency, and safety.Gravatar Chen-Pang He2012-09-29
| | |
* | | Abort the extension. MatrixSquareRootTriangular only takes upper triangular ↵Gravatar Chen-Pang He2012-09-29
| | | | | | | | | | | | matrices.
* | | Extend MatrixPowerTriangularAtomic for future implementation for triangular ↵Gravatar Chen-Pang He2012-09-29
| | | | | | | | | | | | matrix power.
| * | MSVC needs parentheses around min and maxGravatar Desire NUENTSA2012-09-28
| | |
| | * compiling (but failing) unit testGravatar giacomo po2012-09-27
| | |
| * | old gcc versions do not have immintrin.h file...Gravatar Gael Guennebaud2012-09-27
| | |
* | | Fix doc and tidy upGravatar Chen-Pang He2012-09-28
| | |
| * | Fix Build error on MSVCGravatar Desire NUENTSA2012-09-27
| | |
| * | Add forgotten SparseLUBaseGravatar Desire NUENTSA2012-09-27
| | |
* | | Move unshared items back to MatrixPowerGravatar Chen-Pang He2012-09-27
| | |
| * | add scalar multiple to diagonal matricesGravatar Gael Guennebaud2012-09-27
| | | | | | | | | | | | | | | (transplanted from dc5b335f9fbc25b15a408d8b1458a0140c0a8248 )
| * | fix SparseMatrix option bit flag in eval<> helperGravatar Gael Guennebaud2012-09-27
| | |
| * | fix bug #515: missing explicit scalar conversionGravatar Gael Guennebaud2012-09-27
| | | | | | | | | | | | | | | (transplanted from b0862dcb2f9260e006e67e2b0610afdc3f58ee62 )
| * | fix bug #511: pretty printers on windowsGravatar Gael Guennebaud2012-09-26
| | |
| * | fix bug #509: warning with gcc 4.7Gravatar Gael Guennebaud2012-09-26
| | |
* | | Write doc on (matrix power) * (matrix expression)Gravatar Chen-Pang He2012-09-27
| | |
* | | Create class MatrixPowerBase for further extension (like specialization for ↵Gravatar Chen-Pang He2012-09-27
| | | | | | | | | | | | triangular or self-adjoint matrices)
| * | we should not directly include the *mmintrin.h headers but include ↵Gravatar Gael Guennebaud2012-09-26
| | | | | | | | | | | | immintrin.h only
| * | fix minor typo in docGravatar 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
| | |