aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Removed wrong typename.Gravatar Hauke Heibel2009-11-30
|
* Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
|
* Some of our unit tests require mathematical constants and thus we rely on ↵Gravatar Hauke Heibel2009-11-30
| | | | | | | non-ansi code. It seems as if the new standard removed pow(T,int). M_PIL is only defined when _GNU_SOURCE is defined.
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
|
* improve the scripts for building unit tests:Gravatar Benoit Jacob2009-11-25
| | | | | * support unsupported/ * use egrep instead of grep, properly escape special chars.
* export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
| | | | + rudimentary test
* use typedefGravatar Thomas Capricelli2009-11-25
|
* silent warningsGravatar Thomas Capricelli2009-11-25
|
* Added tag actual-start-from-scratch for changeset ↵Gravatar Benoit Jacob2009-11-25
| | | | 1dabb45d945eba0090db037fb649a93c4c3d6627
* forward port slight changes in the 4x4 inverse testGravatar Benoit Jacob2009-11-25
|
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
|
* fix assert and handle Unit shapesGravatar Benoit Jacob2009-11-24
|
* improve precision testGravatar Benoit Jacob2009-11-23
|
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
| | | | | * change block selection threshold from 1e-2 to 1e-1 * add rigorous precision test
* fix important typoGravatar Thomas Capricelli2009-11-21
|
* improvements in FindEigen*.cmake, ported from changes in CMakeLists.txt:Gravatar Benoit Jacob2009-11-20
| | | | | - better regular expression - grep the whole file, not expensive anyway, more robust
* Replace toDense() by toDenseMatrix() in tests.Gravatar Jitse Niesen2009-11-20
|
* Eigen/CMakeLists.txt: remove parens from if.Gravatar Jitse Niesen2009-11-20
| | | | | | Only CMake 2.6.3 and later recognize this syntax, and at the moment we require 2.6.2. CMake uses the right precendence, per its man page, so the parentheses are not necessary.
* * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
| | | | * expand unit tests to make sure to catch them: they nearly escaped the existing tests as these memory violations were highly dependent on the numbers of rows and cols.
* minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
|
* * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
| | | | * remove buggy (superfluous?) specialization in the meta-unroller
* TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
|
* move signature file to root directory, where it belongsGravatar Benoit Jacob2009-11-19
|
* * in Eigen/CMakeLists.txt, finally do a globbing to we no longer will have ↵Gravatar Benoit Jacob2009-11-19
| | | | | | problems with "oops forgot to install new module". * add a file Eigen/signature_of_eigen3_matrix_library, use it to make FindEigen3.cmake more solid: able to find Eigen in either eigen3/ or eigen/ and not mix it up with Eigen2.
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* 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
| | | | | * old bug: in CwiseBinaryOp: only set the LinearAccessBit if both sides have the same storage order. * new bug: in Assign.h, only consider linear traversal if both sides have the same storage order.
* temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
| | | | | | Actually I don't think it's buggy. But it probably triggers existing bugs, I suspect that some xprs have LinearAccessBit and shouldn't have it. Also this fixes the "bugs" with JacobiSVD ---> now it works again
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
| | | | I still have JacobiSVD errors when cols>rows
* Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
| | | | Rename some constants to make names match more closely what they mean.
* 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
| | | | subToDense ---> subTo
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
| | | | LU: make use of that
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
|
* PartialPivLU: port to PermutationMatrixGravatar Benoit Jacob2009-11-16
| | | | PermutationMatrix: add resize()
* DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
| | | | BandMatrix: rename toDense() ---> toDenseMatrix() for consistency
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
| | | | | * make multiplication order not be reversed * release-quality documentation
* initialize-by-zero: remember that when the newsize==oldsize, resize() must ↵Gravatar Benoit Jacob2009-11-16
| | | | remain a NOP
* 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
| | | | | | | * DiagonalMatrix: - add MaxSizeAtCompileTime parameter - DiagonalOnTheLeft ---> OnTheLeft - fix bug in DiagonalMatrix::setIdentity()
* maketests -> buildtestsGravatar Benoit Jacob2009-11-15
|
* prevent in-source builds. hope it's ok with you... it's still possible, of ↵Gravatar Benoit Jacob2009-11-15
| | | | course, to have the build dir as a subdir of the source dir.
* there's no reason why we should follow the FSF's stupid recommendation for ↵Gravatar Benoit Jacob2009-11-14
| | | | the naming of these files, right? This could give the wrong impression that Eigen is only GPL-licensed.