aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14
|
* mergedGravatar Daniel Lowengrub2010-06-14
|\
| * Fix compilation of docs after changes in Eigenvalues module.Gravatar Jitse Niesen2010-06-14
| | | | | | | | | | Clean-up after revision 469382407ca5d730f23788c593e71e91d24e9b89 .
* | fixed a bug in the DenseBase InnerIterator ctor.Gravatar Daniel Lowengrub2010-06-14
| |
* | added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
|/
* First draft for the 5-minute quick start guide to kick off discussions.Gravatar Jitse Niesen2010-06-13
|
* an attempt to fix 133Gravatar Gael Guennebaud2010-06-13
|
* compilation fixGravatar Gael Guennebaud2010-06-13
|
* Fixed another enum related warning.Gravatar Hauke Heibel2010-06-12
|
* Fixed another enum related warning.Gravatar Hauke Heibel2010-06-12
|
* Remove printouts.Gravatar Hauke Heibel2010-06-12
|
* Fixed warnings regarding enums.Gravatar Hauke Heibel2010-06-12
|
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
|
* add missing overload of operator= in SparseVectorGravatar Gael Guennebaud2010-06-12
|
* undo 314bfa13753f153d44ff76a1c8ce0206616b06d9Gravatar Benoit Jacob2010-06-11
| | | | , the right fix was made as part of the Dynamic -> -1 change, the bug was that in Map, the InnerStrideAtCompileTime could be 0, which doesn't make sense. The 0 value in Stride should not have been forwarded as-is.
* 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
| | | | | | | | remove EIGEN_ENUM_MIN/MAX, implement new macros instead
* | unsplit this test: was compiling 16 times the same thing! Need to find ↵Gravatar Benoit Jacob2010-06-11
| | | | | | | | another way. Suggestion: should compile the stuff once into a binary library, or properly split into different tests with different code.
| * Added some verbosity on failures in order to get an idea of what is goind ↵Gravatar Hauke Heibel2010-06-11
| | | | | | | | wrong on GCC 4.3.
| * For 1x1 matrices we really need to check the abs diff of the determinants.Gravatar Hauke Heibel2010-06-11
| |
| * Fixed warnings regarding missing assignment operator.Gravatar Hauke Heibel2010-06-11
| |
| * mergeGravatar Gael Guennebaud2010-06-10
| |\
| * | add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
| | |
| | * 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
| |/
| * 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
| |