aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* simplificationGravatar Benoit Jacob2009-11-18
* fix remaining bug in ColPivHouseholderQR, so now all tests pass againGravatar Benoit Jacob2009-11-18
* fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
* temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
* port the QR module to PermutationMatrixGravatar Benoit Jacob2009-11-17
* vade retroGravatar Benoit Jacob2009-11-16
* for consistency: PlainMatrixType ---> DenseMatrixTypeGravatar Benoit Jacob2009-11-16
* addToDense ---> addToGravatar Benoit Jacob2009-11-16
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
* PartialPivLU: port to PermutationMatrixGravatar Benoit Jacob2009-11-16
* DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
* initialize-by-zero: remember that when the newsize==oldsize, resize() must re...Gravatar Benoit Jacob2009-11-16
* mergeGravatar Benoit Jacob2009-11-16
|\
* | PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
* | handle make errors ---> exit, don't run ctestGravatar Benoit Jacob2009-11-16
| * rename test for coherency with previous renaming of the moduleGravatar Thomas Capricelli2009-11-16
|/
* don't be shy and test them allGravatar Thomas Capricelli2009-11-16
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* maketests -> buildtestsGravatar Benoit Jacob2009-11-15
* prevent in-source builds. hope it's ok with you... it's still possible, of co...Gravatar Benoit Jacob2009-11-15
* there's no reason why we should follow the FSF's stupid recommendation for th...Gravatar Benoit Jacob2009-11-14
* add workaround for GuillaumeGravatar Benoit Jacob2009-11-14
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* Build tests for unsupported modules if EIGEN_LEAVE_TEST_IN_ALL_TARGETGravatar Jitse Niesen2009-11-13
* xargs ---> xargs echoGravatar Benoit Jacob2009-11-12
* introduce check target, and some renamingGravatar Benoit Jacob2009-11-12
* ouch, avoid infinite loop!Gravatar Benoit Jacob2009-11-12
* also optionnally initialize by zero after resizingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* * add ./debug and ./release scriptsGravatar Benoit Jacob2009-11-12
* add mctestr script. In your build directory, just do:Gravatar Benoit Jacob2009-11-12
* * add maketests script. It is like make but takes a regexp allowing to build ...Gravatar Benoit Jacob2009-11-11
* * use standard CMAKE_BUILD_TYPEGravatar Benoit Jacob2009-11-11
* Compilation fix: makeHousholderInPlace now uses references.Gravatar Jitse Niesen2009-11-11
* fix PowerPC platform detectionGravatar Benoit Jacob2009-11-11
* fix for *.pc install dir (suggested by Ingmar Vanhassel on IRC)Gravatar Thomas Capricelli2009-11-11
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10
* doxygen : exclude diff filesGravatar Thomas Capricelli2009-11-10
* make the complex module appear in doxygen + small documentationGravatar Thomas Capricelli2009-11-10
* make FFT appear in doxygen doc, and provide a mininum of documentationGravatar Thomas Capricelli2009-11-10
* fix Skyline module doxygen stuffGravatar Thomas Capricelli2009-11-10
* merge with main repositoryGravatar Thomas Capricelli2009-11-10
|\
* | documentation fixesGravatar Thomas Capricelli2009-11-10
| * fix compilation and removed some unused stuff in skylineGravatar Gael Guennebaud2009-11-10
* | merge with main repositoryGravatar Thomas Capricelli2009-11-10
|\|