aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* Remove printouts.Gravatar Hauke Heibel2010-06-12
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Added some verbosity on failures in order to get an idea of what is goind wro...Gravatar Hauke Heibel2010-06-11
| * For 1x1 matrices we really need to check the abs diff of the determinants.Gravatar Hauke Heibel2010-06-11
| * Merge.Gravatar Jitse Niesen2010-06-10
| |\
| | * Add line to prevent compiler warning on unused variables.Gravatar Jitse Niesen2010-06-10
| * | make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
| | * Make test slightly fuzzy to account for effect of extended precision.Gravatar Jitse Niesen2010-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