aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* Adapted the determinant test for rank 1 matrices with zero determinant.Gravatar Hauke Heibel2010-06-10
* fix unit test when GSL is enabledGravatar Gael Guennebaud2010-06-10
* fix LDLT, now it really only uses a given triangular part!Gravatar Gael Guennebaud2010-06-09
* fix ldlt unit testGravatar Gael Guennebaud2010-06-09
* Fix devision by zero warning.Gravatar Hauke Heibel2010-06-09
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
* Fix stable_norm compilation.Gravatar Hauke Heibel2010-06-08
* Fighting for a green dashboard! Next warning's gone.Gravatar Hauke Heibel2010-06-08
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* Eigen types must always be passed by reference in order to retain memory alig...Gravatar Hauke Heibel2010-06-08
* improve/fix stable_norm unit testGravatar Gael Guennebaud2010-06-08
* Fixed integer type warnings.Gravatar Hauke Heibel2010-06-08
* Fixed GCC compilation.Gravatar Hauke Heibel2010-06-08
* Fixed more warnings.Gravatar Hauke Heibel2010-06-08
* Fixed eigensolver warning.Gravatar Hauke Heibel2010-06-08
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
* Schur decomposition of 1-by-1 always converges.Gravatar Jitse Niesen2010-06-04
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
* fix sparse LDLT with complexesGravatar Gael Guennebaud2010-06-03
* 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
* 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
* | 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
* | Fix stupid compilation error in test.Gravatar Jitse Niesen2010-05-31
* | Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* | the Index types change.Gravatar Benoit Jacob2010-05-30
* | tests:Gravatar Benoit Jacob2010-05-30
|/
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().Gravatar Jitse Niesen2010-05-25
* Update eigenvalues() and operatorNorm() methods in MatrixBase.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 another warningGravatar Thomas Capricelli2010-05-21
* display actual/expected warning if ei_isApprox() failsGravatar Thomas Capricelli2010-05-21
* minor chnages in Taucs and Cholmod backendsGravatar Gael Guennebaud2010-05-19
* fix selfadjoint to denseGravatar Gael Guennebaud2010-05-19
* make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...Gravatar Benoit Jacob2010-05-18
* add regression test for previous fixGravatar Gael Guennebaud2010-05-13
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* remove bogus test that was failingGravatar Benoit Jacob2010-05-08
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* kill the LeastSquares module.Gravatar Benoit Jacob2010-04-29
* dont try passing --version to qccGravatar Benoit Jacob2010-04-29