aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
|
* make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
|
* mergeGravatar Gael Guennebaud2010-06-10
|\
* | * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
| | | | | | | | | | | | | | | | | | | | * Clean a bit the Triadiagonalization making sure it the inplace function really works inplace ;), and that only the lower triangular part of the matrix is referenced. * Remove the Tridiagonalization member object of SelfAdjointEigenSolver exploiting the in place capability of HouseholdeSequence. * Update unit test to check SelfAdjointEigenSolver only consider the lower triangular part.
| * Fixes #104.Gravatar Hauke Heibel2010-06-02
|/
* mergeGravatar Gael Guennebaud2010-06-10
|\
* | fix warning with gcc 4.3Gravatar Gael Guennebaud2010-06-10
| |
* | compilation fix for gcc 4.2Gravatar Gael Guennebaud2010-06-10
| |
| * Adapted the determinant test for rank 1 matrices with zero determinant.Gravatar Hauke Heibel2010-06-10
|/
* generalized eigendecomposition docGravatar Gael Guennebaud2010-06-10
|
* clean general symm eigensolverGravatar Gael Guennebaud2010-06-10
|
* Fixes geo_transformations_3 unit test.Gravatar Hauke Heibel2010-06-10
|
* fix unit test when GSL is enabledGravatar Gael Guennebaud2010-06-10
|
* Fix generalized symm eigensolver (I don't know why the eigenvectors were ↵Gravatar Gael Guennebaud2010-06-10
| | | | normalized)
* Added missing return statement.Gravatar Hauke Heibel2010-06-10
|
* Fixed language issue.Gravatar Hauke Heibel2010-06-09
|
* Fix #131.Gravatar Hauke Heibel2010-06-09
|
* 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
|
* * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
| | | | * make PartialPivLu uses the Transpositions class
* added inline to setL1Cache functions to avoid shared object compile errorGravatar Trevor Irons2010-06-08
|
* Disabled warning caused by declspec(align()).Gravatar Hauke Heibel2010-06-08
|
* 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_UNUSED is not supported on non GCC systems.
* Eigen types must always be passed by reference in order to retain memory ↵Gravatar Hauke Heibel2010-06-08
| | | | alignment.
* 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
|
* remove ei_ prefix of public global functions, and s/cpu/l1Gravatar Gael Guennebaud2010-06-07
|
* compilation fix (std::sqrt(int) does not exist)Gravatar Gael Guennebaud2010-06-07
|
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
| | | | After validation of the final API I'll update the other products to use it.
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
|
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
| | | | | manipulation of permutations as a sequence of transpositions. Make LDLT use it.
* 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
|
* Refactor compute() by splitting off two smaller private methods.Gravatar Jitse Niesen2010-06-03
|
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
|
* make LDLT uses only the lower triangular partGravatar Gael Guennebaud2010-06-03
|
* fix sparse LDLT with complexesGravatar Gael Guennebaud2010-06-03
|
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| | | | * add an Index type template parapeter to sparse objects
* Add field m_maxIterations; break loop when this limit is exceeded.Gravatar Jitse Niesen2010-06-02
|
* fix typos (oops)Gravatar Gael Guennebaud2010-06-02
|
* 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
|