aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* clean the ambiguity with insertBack and add a insertBackByOuterInner functionGravatar Gael Guennebaud2010-06-02
* improve aliasing detection for inverse and add unit testGravatar Gael Guennebaud2010-06-02
* implicit conversion to scalar for inner productGravatar Gael Guennebaud2010-06-02
* fix issue #128 : inner stride can also be 0 in which case it means 1...Gravatar Gael Guennebaud2010-06-01
* Add cast to aliasing check.Gravatar Jitse Niesen2010-06-01
* Make all compute() methods return a reference to *this.Gravatar Jitse Niesen2010-06-01
* Addressess small compile error with OpenMPGravatar Trevor Irons2010-06-01
* merge the backing-out of the stupid RetByVal change, and implement a simpleGravatar Benoit Jacob2010-06-01
|\
| * Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97Gravatar Benoit Jacob2010-06-01
* | Fixes the problem, described here:Gravatar Anton Gladky2010-05-28
* | simplify a using statementGravatar Gael Guennebaud2010-06-01
* | fix issue #125 - *norm() return RealScalar and not ScalarGravatar Gael Guennebaud2010-05-31
* | Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* | Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
* | Define non-const operator() in Reverse; enable test for this.Gravatar Jitse Niesen2010-05-31
* | Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* | oops, remove extra 'typename'Gravatar Benoit Jacob2010-05-30
* | the Index types change.Gravatar Benoit Jacob2010-05-30
|/
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Fix SparseMatrix/SparseVector::sum()Gravatar Jens Mueller2010-05-27
* Fix to ProductBase::evalTo() in order to get matrix multiplication working fo...Gravatar Manoj Rajagopalan2010-05-26
* fix readcost for complex typesGravatar Thomas Capricelli2010-05-26
* Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().Gravatar Jitse Niesen2010-05-25
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* Return matrices by constant reference where possible.Gravatar Jitse Niesen2010-05-24
* Replace local variables by member variables in compute() methods.Gravatar Jitse Niesen2010-05-24
* Use ReturnByValue mechanism for HessenbergDecomposition::matrixH().Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* fix some warningsGravatar Thomas Capricelli2010-05-22
* erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists.Gravatar Thomas Capricelli2010-05-21
* fix a warningGravatar Thomas Capricelli2010-05-21
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* fix some compilation issues with clang (and hopefully bring eigen moreGravatar Thomas Capricelli2010-05-21
* clang shocks on this.Gravatar Thomas Capricelli2010-05-21
* fix a compilation pb with clang (it's actually surprising gcc did not complain)Gravatar Thomas Capricelli2010-05-20
* I was not really aware of the implications on fixed size types when the stron...Gravatar Hauke Heibel2010-05-19
* mergeGravatar Gael Guennebaud2010-05-19
|\
* \ mergeGravatar Gael Guennebaud2010-05-19
|\ \
* | | minor chnages in Taucs and Cholmod backendsGravatar Gael Guennebaud2010-05-19
| | * DenseBase is implemented as a class, not a struct.Gravatar Hauke Heibel2010-05-19
| |/
* | simplify inner productGravatar Gael Guennebaud2010-05-19
* | fix selfadjoint to denseGravatar Gael Guennebaud2010-05-19
| * Applied tiny Qt related fixes.Gravatar Hauke Heibel2010-05-19
|/
* bug fix, since the last storage order changes, this InnerSize calculation was...Gravatar Benoit Jacob2010-05-18
* compilation fix: const T ---> typename ei_makeconst<T>::typeGravatar Benoit Jacob2010-05-18
* cache outer size in Block => x1.5 speed up for a.block() = b.block()Gravatar Gael Guennebaud2010-05-17
* fix mixing types in inner productGravatar Gael Guennebaud2010-05-14
* fix bug in sliced reduxGravatar Gael Guennebaud2010-05-13
* make inner product return a 1x1 matrixGravatar Gael Guennebaud2010-05-12