| Commit message (Expand) | Author | Age |
* | update doc | Gael Guennebaud | 2009-07-28 |
* | update doc | Gael Guennebaud | 2009-07-28 |
* | fix compilation of the doc and started a page dedicated to high performance a... | Gael Guennebaud | 2009-07-27 |
* | * rename QR to HouseholderQR because really that impacts the API, not just th... | Benoit Jacob | 2009-07-06 |
* | add a VectorBlock expr as a specialization of Block | Gael Guennebaud | 2009-07-05 |
* | some docs improvements | Benoit Jacob | 2009-07-05 |
* | * polish computeInverseWithCheck to share more code, fix documentation, fix c... | Benoit Jacob | 2009-06-29 |
* | add missing code snippets for newer Matrix methods and PartialLU::solve() | Benoit Jacob | 2009-06-25 |
* | * add resize(int, NoChange) and resize(NoChange, int) | Benoit Jacob | 2009-06-24 |
* | update the stack alignment doc | Gael Guennebaud | 2009-06-22 |
* | document the "wrong stack alignment" issue. | Benoit Jacob | 2009-06-21 |
* | add Eigen/Eigen | Benoit Jacob | 2009-06-19 |
* | add "Dense" header | Benoit Jacob | 2009-06-19 |
* | * rename PartialRedux to VectorwiseOp | Gael Guennebaud | 2009-06-10 |
* | Added Umeyama implementation. | Hauke Heibel | 2009-05-26 |
* | * added missing project definition (see doc of add_subdirectory and EXCLUDE_F... | Hauke Heibel | 2009-05-17 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | update STL vector doc | Gael Guennebaud | 2009-04-22 |
* | fix typo found by noir.sender from KDE forums | Benoit Jacob | 2009-03-31 |
* | Add BVH module in unsupported (patch from Ilya Baran) | Gael Guennebaud | 2009-03-18 |
* | fix doxygen generation of unsupported modules | Gael Guennebaud | 2009-03-11 |
* | fix typo found by markusfroeb (forum) | Benoit Jacob | 2009-02-21 |
* | Fix some formatting in quick ref. Add references to headers. | Keir Mierle | 2009-02-19 |
* | add size, rows, cols, (), (,) functions in ASCII ref | Gael Guennebaud | 2009-02-18 |
* | patch from Jitse Niesen: fix ascii quick ref matlab operator ' | Gael Guennebaud | 2009-02-18 |
* | add the ASCII quick reference made by Kier | Gael Guennebaud | 2009-02-18 |
* | * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) | Gael Guennebaud | 2009-02-17 |
* | * add ei_predux_mul internal function | Gael Guennebaud | 2009-02-10 |
* | added an experimental IterativeSolvers module (currently in unsupported) | Gael Guennebaud | 2009-02-10 |
* | add select snippet | Gael Guennebaud | 2009-02-09 |
* | add "remap" snippet using placement new | Gael Guennebaud | 2009-02-09 |
* | documentation about inheriting from Eigen::Matrix | Thomas Capricelli | 2009-02-08 |
* | apply Ricard patch for Reverse with minor modifications | Gael Guennebaud | 2009-02-06 |
* | add snippet for sub/super diagonal | Gael Guennebaud | 2009-02-05 |
* | setup the unsupported directory structure. | Gael Guennebaud | 2009-02-04 |
* | * classify and sort the doxygen "related pages" | Gael Guennebaud | 2009-02-04 |
* | * label Cholesky and solveTriangular.* as experimental | Benoit Jacob | 2009-02-02 |
* | fix tutorial abs/abs2 (thanks to Keir) | Gael Guennebaud | 2009-02-01 |
* | forgot to commit QR_solve snippet | Gael Guennebaud | 2009-02-01 |
* | QR: add isInjective(), isSurjective(), | Gael Guennebaud | 2009-01-28 |
* | fix type mismatch caught by new static assert | Benoit Jacob | 2009-01-27 |
* | * mark Geometry as experimental | Benoit Jacob | 2009-01-26 |
* | Optimization in LU::solve: when rows<=cols, no need to compute the L matrix | Benoit Jacob | 2009-01-25 |
* | add partial count redux (adapted patch from Ricard Marxer) | Gael Guennebaud | 2009-01-24 |
* | update sparse matrix tutorial (far to be satisfactory yet) | Gael Guennebaud | 2009-01-21 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | * clarify the situation with experimental parts | Benoit Jacob | 2009-01-19 |
* | * Started a tutorial page for sparse matrix. | Gael Guennebaud | 2009-01-16 |
* | fix a couple of doxygen issues | Gael Guennebaud | 2009-01-13 |