aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
...
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...Gravatar Gael Guennebaud2011-02-03
* fix compilation with MSVCGravatar Gael Guennebaud2011-02-03
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
* add global tan functionGravatar Gael Guennebaud2011-02-03
* add tan function in Array worldGravatar Jason Newton2011-02-03
* fix compilation with MSVC2005 (strange, stupid fixes for MSVC9 confuse MSVC8....Gravatar Gael Guennebaud2011-02-02
* split BandMatrix to a base and a wrapper classGravatar Gael Guennebaud2011-02-02
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* mark the packet access methods as internalGravatar Gael Guennebaud2011-02-01
* implement optimized path for selfadjoint rank 1 update (safe regarding dynami...Gravatar Gael Guennebaud2011-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
* 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
* kill stage 15, it's uselessGravatar 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
* 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
| * 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
* 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