aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* kill stage 15, it's uselessGravatar Benoit Jacob2011-01-31
* eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_...Gravatar Benoit Jacob2011-01-31
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
* now gemv supports stridesGravatar Gael Guennebaud2011-01-30
* 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
* really fix permute_symm_to_symm for sparse complex matrixGravatar Gael Guennebaud2011-01-28
* fix bug #73: weird compilation error in HouseholderSequence where double and ...Gravatar Gael Guennebaud2011-01-28
* rm useless ctorGravatar 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
* fix compilation of sparse module with ICCGravatar Gael Guennebaud2011-01-28
* dot() now always uses eigen3 convention, even in eigen2 support mode, even st...Gravatar Benoit Jacob2011-01-27
* mergeGravatar Gael Guennebaud2011-01-27
|\
* | fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...Gravatar Gael Guennebaud2011-01-27
* | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen...Gravatar Gael Guennebaud2011-01-27
| * 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
* reverse order of testing for eigen2 support stages. Higher stages now have pr...Gravatar Benoit Jacob2011-01-27
* add Threshold API to FullPivHouseholderQRGravatar Benoit Jacob2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
* fix twisted selfadjoint to selfadjoint (conjugation issue)Gravatar Gael Guennebaud2011-01-27
* fix const-related compiler error on MSC.Gravatar Eamon Nerbonne2011-01-27
* fix cross product for complexes and add support for mixed real-complex cross ...Gravatar Gael Guennebaud2011-01-27
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* allow matrix[index] in EIGEN2_SUPPORTGravatar Benoit Jacob2011-01-26
* allow the possibility to automatically call or not the ctors on a per scalar ...Gravatar Gael Guennebaud2011-01-26
* import back LeastSquares into eigen2support. Pass most of eigen2's 'regressio...Gravatar Benoit Jacob2011-01-26
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| * fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
| * fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
| * fix bug #160 - forgot hg addGravatar Benoit Jacob2011-01-25
| * fix bug #161Gravatar Benoit Jacob2011-01-25
| * fix buildGravatar Benoit Jacob2011-01-25
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * mergeGravatar Benoit Jacob2011-01-25
| |\
| * | eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| | * one more const missingGravatar Gael Guennebaud2011-01-25
| | * fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
| * | eigen2: pass the inverse testGravatar Benoit Jacob2011-01-25
| * | eigen2: pass lu testGravatar Benoit Jacob2011-01-25
| |/
| * eigen2: fix USING_PART_OF_NAMESPACE_EIGENGravatar Benoit Jacob2011-01-25
* | fix USING_PART_OF_NAMESPACE_EIGEN to export ei_ prefixed math functionsGravatar Gael Guennebaud2011-01-25
|/
* fix missing const qualifier in cwiseEqualGravatar Gael Guennebaud2011-01-24
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* fix compilation of array testsGravatar Benoit Jacob2011-01-24
* fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including non-exis...Gravatar Benoit Jacob2011-01-24