aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * 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
* clang/llvm is now good enough. I can compile a project using those (one ofGravatar 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
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* add important comment and move stride helpers to DenseCoeffsBase.hGravatar Benoit Jacob2010-05-09
* fix installation of global headers in case the src path contains 'src'Gravatar Cyrille Berger2010-05-08
* rename Coeffs.h -> DenseCoeffsBase.hGravatar Benoit Jacob2010-05-08
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* use CoeffReturnTypeGravatar Benoit Jacob2010-05-08
* use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue...Gravatar Benoit Jacob2010-05-08
* let Diagonal have the DirectAccessBit, using an inner strideGravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* fix CwiseUnaryView: it shouldn't have the AlignedBit, but it should have the ...Gravatar Benoit Jacob2010-05-08
* Document SelfAdjointEigenSolver and add examples.Gravatar Jitse Niesen2010-05-04
* Quiet MSVC.Gravatar Hauke Heibel2010-05-04
* Merge.Gravatar Jitse Niesen2010-05-02
|\
* | Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
| * fix compilation: const (T&) != const T& , use ei_makeconstGravatar Benoit Jacob2010-04-30
| * fix #116 and remove debug cout'sGravatar Benoit Jacob2010-04-30
| * kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29