Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added prod() reduction to the AsciiQuickReference. | Hauke Heibel | 2009-10-14 |
| | |||
* | Added cmake project definitions. | Hauke Heibel | 2009-10-02 |
| | |||
* | update URL for adol-c | Thomas Capricelli | 2009-09-27 |
| | |||
* | update the sparse tutorial wrt not so recent changes about the filling API | Gael Guennebaud | 2009-09-25 |
| | |||
* | update page to explain how to get rid of it | Benoit Jacob | 2009-09-18 |
| | |||
* | Typos in tutorial 1. | Jitse Niesen | 2009-09-05 |
| | |||
* | rename the EigenSolver module to Eigenvalues | Gael Guennebaud | 2009-09-04 |
| | |||
* | move eigen values related stuff of the QR module to a new EigenSolver module. | Gael Guennebaud | 2009-09-03 |
| | | | | | - perhaps we can find a better name ? - note that the QR module still includes the EigenSolver module for compatibility | ||
* | remove the \addexample tags | Gael Guennebaud | 2009-09-03 |
| | |||
* | add examples for makeJacobi and makeGivens | Gael Guennebaud | 2009-09-03 |
| | |||
* | Typos in tutorial | Jitse Niesen | 2009-08-26 |
| | |||
* | Rewrite tutorial section on solving linear systems | Jitse Niesen | 2009-08-22 |
| | |||
* | Add new unsupported modules to doc/unsupported_modules.dox | Jitse Niesen | 2009-08-18 |
| | |||
* | quick update of TopicLazyEvaluation | Gael Guennebaud | 2009-08-16 |
| | |||
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
| | | | | | improve doc, and workaround aliasing detection in MatrixBase_eval snippet (not very nice but I don't know how to do it in a better way) | ||
* | update snippet | Benoit Jacob | 2009-08-14 |
| | |||
* | 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 ↵ | Gael Guennebaud | 2009-07-27 |
| | | | | and or BLAS users | ||
* | * rename QR to HouseholderQR because really that impacts the API, not just ↵ | Benoit Jacob | 2009-07-06 |
| | | | | | | | | the impl. * rename qr() to householderQr(), for same reason. * clarify that it's non-pivoting, non-rank-revealing, so remove all the rank API, make solve() be void instead of bool, update the docs/test, etc. * fix warning in SVD | ||
* | 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 ↵ | Benoit Jacob | 2009-06-29 |
| | | | | | | | coding style * add snippet for computeInverseWithCheck documentation * expand unit-tests to cover computeInverseWithCheck | ||
* | 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 |
| | | | | | | * add missing assert in resize(int) * add examples for all resize variants * expand docs (part of which is from Tim Hutt's e-mail) | ||
* | 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 |
| | | | | * add VectorwiseOp's +, -, +=, -= operators | ||
* | Added Umeyama implementation. | Hauke Heibel | 2009-05-26 |
| | |||
* | * added missing project definition (see doc of add_subdirectory and ↵ | Hauke Heibel | 2009-05-17 |
| | | | | | | EXCLUDE_FROM_ALL) to fix a win build issue * commented out non-existing unsupported-snippets and -examples | ||
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
| | | | | | | introduce ei_is_diagonal to check for it DiagonalCoeffs ---> Diagonal and allow Index to by Dynamic -> add MatrixBase::diagonal(int) with unittest and doc | ||
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
| | | | | | | | --->they go into Matrix as they resize. *add isConstant() alias to isApproxToConstant() *extend unit-test *change an assert into a static assert | ||
* | 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 |
| | | | | (I thought I committed it a week ago but it seems the command failed) | ||
* | 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 |
| | | | | | | | | * extend PartialRedux::cross() to any matrix sizes with automatic vectorization when possible * unit tests: add "geo_" prefix to all unit tests related to the geometry module and start splitting the big "geometry.cpp" tests to multiple smaller ones (also include new tests) | ||
* | * add ei_predux_mul internal function | Gael Guennebaud | 2009-02-10 |
| | | | | * apply Ricard Marxer's prod() patch with fixes for the vectorized path | ||
* | added an experimental IterativeSolvers module (currently in unsupported) | Gael Guennebaud | 2009-02-10 |
| | | | | | with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step. | ||
* | 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 |
| |