aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* forgot hg addGravatar Benoit Jacob2011-02-01
|
* fix alignment issueGravatar Gael Guennebaud2011-02-01
|
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
|
* fix compilation of snippetsGravatar Gael Guennebaud2011-02-01
|
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
|
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
|
* operator(int) and the likes are not only fine for linear storageGravatar Gael Guennebaud2011-02-01
|
* fix packing criterionGravatar Gael Guennebaud2011-02-01
|
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
|
* update .hgignoreGravatar Benoit Jacob2011-01-31
|
* kill stage 15, it's uselessGravatar Benoit Jacob2011-01-31
|
* eigen2 support: pass remaining 2 testsGravatar Benoit Jacob2011-01-31
|
* eigen2support: disable sparse tests, and do not require to define ↵Gravatar Benoit Jacob2011-01-31
| | | | YES_I_KNOW_NOT_STABLE
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
|
* clean the script to generate the plotsGravatar Gael Guennebaud2011-01-31
|
* include cblas.h header file to ease configurationGravatar Gael Guennebaud2011-01-31
|
* fix name collisionGravatar Gael Guennebaud2011-01-31
|
* add GOTO2 and clean a bit the cmake macrosGravatar Gael Guennebaud2011-01-31
|
* now gemv supports stridesGravatar Gael Guennebaud2011-01-30
|
* Added the /bigobj flag in order to enable compilation with MSVC when ↵Gravatar Hauke Heibel2011-01-29
| | | | EIGEN_SPLIT_LARGE_TESTS is not set.
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
|
* fix bug in triangular matrix-vector produce found by eigen2 tests!Gravatar Benoit Jacob2011-01-28
|
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
|
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
|
* typo reported by Don LorenzoGravatar Benoit Jacob2011-01-28
|
* really fix permute_symm_to_symm for sparse complex matrixGravatar Gael Guennebaud2011-01-28
|
* fix crash in autodiffGravatar Gael Guennebaud2011-01-28
|
* fix bug #73: weird compilation error in HouseholderSequence where double and ↵Gravatar Gael Guennebaud2011-01-28
| | | | float were mixed. Hopefuly this also solve bug #91...
* rm useless ctorGravatar Gael Guennebaud2011-01-28
|
* fix BTL cholesky action and output errors if the factorization failedGravatar Gael Guennebaud2011-01-28
|
* fix compilation with old gccGravatar Gael Guennebaud2011-01-28
|
* start nighlty builds at 00:00:00 UTCGravatar Gael Guennebaud2011-01-28
|
* fix compilation with gcc 4.2 and olderGravatar Gael Guennebaud2011-01-28
|
* Eigen/Eigen should not include Sparse until it is API stableGravatar Gael Guennebaud2011-01-28
|
* typoGravatar Gael Guennebaud2011-01-28
|
* fix compilation of sparse module with ICCGravatar Gael Guennebaud2011-01-28
|
* fix fftw testGravatar Thomas Capricelli2011-01-27
|
* dot() now always uses eigen3 convention, even in eigen2 support mode, even ↵Gravatar Benoit Jacob2011-01-27
| | | | stage 10. Didn't have a choice as lots of eigen code is using it.
* mergeGravatar Gael Guennebaud2011-01-27
|\
* | fix MaxCols in ComplexEigenSolver which was causing memory allocation ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | instead of static allocation in the nomalloc test. Uncomment commenetd parts of the nomalloc test since now matrix-matrix products are safe.
* | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | Eigen/Sparse
| * add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
|/
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
|
* Added regression tests for bug #148.Gravatar Hauke Heibel2011-01-27
|
* reverse order of testing for eigen2 support stages. Higher stages now have ↵Gravatar Benoit Jacob2011-01-27
| | | | priority. So if your whole project builds with say stage 10, you can manually enable stage 20 for selected files.
* add Threshold API to FullPivHouseholderQRGravatar Benoit Jacob2011-01-27
|
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
|
* test case for unaligned quaternionGravatar Jakob Schwendner2011-01-27
|
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
|
* fix twisted selfadjoint to selfadjoint (conjugation issue)Gravatar Gael Guennebaud2011-01-27
|