Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added MSVC guards to assignment operators. | Hauke Heibel | 2009-08-31 |
| | |||
* | Removed redundant assignment operators. | Hauke Heibel | 2009-08-31 |
| | |||
* | compilation fix in AmbiVector<int> | Gael Guennebaud | 2009-08-31 |
| | |||
* | Force release builds on Windows machines in the test suite. | John Smith | 2009-08-28 |
| | | | | | Added an IGNORE_CVS flag to the test suite (allows submitting local and modified repositories). Fixed the EI_OFLAG for MSVC. | ||
* | Fixed SSE related build warning on 64-bit windows systems. | John Smith | 2009-08-28 |
| | |||
* | Typos in tutorial | Jitse Niesen | 2009-08-26 |
| | |||
* | add coeff(int,int), coeff(int) and value() functions to the inner product ↵ | Gael Guennebaud | 2009-08-26 |
| | | | | specialization | ||
* | fix installation for recently added files | Thomas Capricelli | 2009-08-25 |
| | |||
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
| | |||
* | Fix comment which may cause latex to hang when generating docs | Jitse Niesen | 2009-08-24 |
| | |||
* | fix issue #43 | Gael Guennebaud | 2009-08-24 |
| | |||
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
| | | | | + some fixes in FullPivotingHouseholderQR | ||
* | finally, the correct way of dealing with zero matrices in solve() | Benoit Jacob | 2009-08-24 |
| | |||
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
| | | | | | move log and exp functors from Array to Core update documentation | ||
* | add test for absDeterminant() | Benoit Jacob | 2009-08-24 |
| | |||
* | give FullPivotingHouseholderQR all the modern comfort | Benoit Jacob | 2009-08-24 |
| | |||
* | small improvements | Benoit Jacob | 2009-08-24 |
| | |||
* | clarifications in LU::solve() and in LU documentation | Benoit Jacob | 2009-08-24 |
| | |||
* | fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) ↵ | Benoit Jacob | 2009-08-24 |
| | | | | | | | | being wrong could bypass the other condition in the &&. at least that's my explanation why the test_lu was often failing on complex matrices (it uses that via createRandomMatrixOfRank) and why that's fixed by this diff. also gcc 4.4 gave a warning about tailSqNorm potentially uninitialized | ||
* | merge | Benoit Jacob | 2009-08-23 |
|\ | |||
* | | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
| | | | | | | | | rename RRQR to fullPivotingHouseholderQR | ||
| * | hm, forgot to conjugate the arguments in applyJacobiOnTheLeft | Gael Guennebaud | 2009-08-24 |
| | | |||
| * | fix apply Jacobi for complexes and add documentation for some *Jacobi* functions | Gael Guennebaud | 2009-08-23 |
| | | |||
* | | let createRandomMatrixOfRank support fixed-size! | Benoit Jacob | 2009-08-23 |
|/ | |||
* | Rewrite tutorial section on solving linear systems | Jitse Niesen | 2009-08-22 |
| | |||
* | fix typo | Benoit Jacob | 2009-08-22 |
| | |||
* | add initial, rough, full-pivoting RRQR decomposition | Benoit Jacob | 2009-08-22 |
| | | | | | lots of room for improvement! and add Gael a (c) line in Householder.h | ||
* | Proper fix for linking to the Qt libraries (and others) | Marcus D. Hanwell | 2009-08-21 |
| | | | | | | My initial fix was incorrect, the libraries must be quoted when being passed to the add test macro, but must be unquoted when passed to the target_link_libraries function. | ||
* | fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work ↵ | Benoit Jacob | 2009-08-21 |
| | | | | with gcc 4.1, and looking at the implementation of vector in g++ 4.1, it was exactly our fallback case, so use that. | ||
* | work around internal compiler error with gcc 4.1 and 4.2, reported on the forum | Benoit Jacob | 2009-08-20 |
| | |||
* | adapt to API changes | Benoit Jacob | 2009-08-20 |
| | |||
* | Add new unsupported modules to doc/unsupported_modules.dox | Jitse Niesen | 2009-08-18 |
| | |||
* | Correct syntax error in doxygen comment. | Jitse Niesen | 2009-08-18 |
| | |||
* | * make HessenbergDecomposition uses the Householder module | Gael Guennebaud | 2009-08-17 |
| | | | | * bugfix in ei_blas_traits for .conjugate().conjugate() | ||
* | change the make householder algorithm so that the remaining coefficient | Gael Guennebaud | 2009-08-17 |
| | | | | is real, and make Tridiagonalization use it | ||
* | add EIGEN_TRANSFORM_PLUGIN | Gael Guennebaud | 2009-08-17 |
| | |||
* | make HouseholderQR uses the Householder module | Gael Guennebaud | 2009-08-16 |
| | |||
* | add normalize and normalized overloads in AlignedVector3 | Gael Guennebaud | 2009-08-16 |
| | |||
* | quick update of TopicLazyEvaluation | Gael Guennebaud | 2009-08-16 |
| | |||
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
| | | | | | improve doc, and workaround aliasing detection in MatrixBase_eval snippet (not very nice but I don't know how to do it in a better way) | ||
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
| | | | | (implements feature request #18) | ||
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
| | |||
* | make SVD reuses applyJacobi | Gael Guennebaud | 2009-08-16 |
| | |||
* | revert previous change in Quaternion::setFromTwoVectors | Gael Guennebaud | 2009-08-15 |
| | |||
* | svd: sort in decreasing order, remove unused code | Benoit Jacob | 2009-08-15 |
| | |||
* | add overloads of lazyAssign to detect common aliasing issue with | Gael Guennebaud | 2009-08-15 |
| | | | | transpose and adjoint | ||
* | fix and improve docs | Benoit Jacob | 2009-08-15 |
| | |||
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
| | | | | | | | | | - rename EvalBeforeAssignBit to MayAliasBit - make .lazy() remove the MayAliasBit only, and mark it as deprecated - add a NoAlias pseudo expression, and MatrixBase::noalias() function Todo: - we have to decide whether += and -= assume no aliasing by default ? - once we agree on the API: update the Sparse module and the unit tests respectively. | ||
* | bugfix in inner-product specialization, | Gael Guennebaud | 2009-08-15 |
| | | | | | compilation fix in stable norm, optimize apply householder | ||
* | my previous fix was not very good | Gael Guennebaud | 2009-08-15 |
| |