Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Document QuaternionBase, minor doc improvements. | Jitse Niesen | 2011-12-08 |
| | | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING | ||
* | fix matrix names in the insertion example | Gael Guennebaud | 2011-12-03 |
| | |||
* | improve sparse manual | Gael Guennebaud | 2011-12-03 |
| | |||
* | Extend tutorial page on broadcasting to reflect recent changes. | Jitse Niesen | 2011-12-01 |
| | |||
* | add two alternative solutions to the problem of fixed size members | Gael Guennebaud | 2011-11-25 |
| | |||
* | draft of the new sparse manual reflecting the new sparse module | Gael Guennebaud | 2011-11-24 |
| | |||
* | fix compilation of doc (broken by changeset ↵ | Gael Guennebaud | 2011-11-24 |
| | | | | | | bc6d78982fb2b8d07827246e682acdf47d0e8944 - General tightening/testing of vectorwise ops) | ||
* | Add simple example on how to compute Cholesky decomposition. | Jitse Niesen | 2011-11-07 |
| | |||
* | Automatically produce a tgz archive of the documentation. | Gael Guennebaud | 2011-11-05 |
| | |||
* | Allow for more iterations in SelfAdjointEigenSolver (bug #354). | Jitse Niesen | 2011-11-02 |
| | | | | | Add an assert to guard against using eigenvalues that have not converged. Add call to info() in tutorial example to cover non-convergence. | ||
* | Mention that the axis in AngleAxis have to be normalized. | Gael Guennebaud | 2011-11-01 |
| | |||
* | update the decomposition catalogue | Gael Guennebaud | 2011-10-14 |
| | |||
* | Typo in geometry tutorial. | Jitse Niesen | 2011-09-19 |
| | |||
* | Write page on template and typename keywords in C++. | Jitse Niesen | 2011-09-10 |
| | | | | | | | After yet another question on the forum, I decided to write something on this common issue. Now we just need to link to this and get people to read it. Thanks to mattb on the forum for some links. Caveat: IANALL (I am not a language lawyer). | ||
* | Put docs for unsupported modules in right place. | Jitse Niesen | 2011-09-07 |
| | | | | | | | Doxygen was confused by the unsupported modules being partly in the doc/ directly, instead of completely in unsupported/doc/ . Thus, the link to the unsupported modules on the server did not work (I think this manifested itself after doxygen was upgraded on the server). | ||
* | Relatively straightforward changes to wording of documentation, focusing ↵ | Tim Holy | 2011-06-20 |
| | | | | particularly on the sparse and (to a lesser extent) geometry pages. | ||
* | A first tiny test commit: fix a spelling error in the documentation. | Tim Holy | 2011-06-19 |
| | |||
* | Suggest placing Eigen directory in system include path. | Zach Ploskey | 2011-06-17 |
| | |||
* | Fixed a few typos and cleaned up some language. | Zach Ploskey | 2011-06-17 |
| | |||
* | Fix snippets for operator|| and && by adding pair of parens. | Jitse Niesen | 2011-06-03 |
| | |||
* | add boolean || and && operators | Gael Guennebaud | 2011-05-31 |
| | |||
* | fix bug #278: geometry tutorial | Gael Guennebaud | 2011-05-28 |
| | | | | | (transplanted from 3cd1641dac7b9cc0f969d3ad656c15f037f2d1d1 ) | ||
* | Document some more preprocessor symbols: | Jitse Niesen | 2011-05-04 |
| | | | | EIGEN_NO_MALLOC, EIGEN_RUNTIME_NO_MALLOC, eigen_assert. | ||
* | Document enums in Constants.h (bug #248). | Jitse Niesen | 2011-05-03 |
| | | | | | | To get the links to work, I also had to document the Eigen namespace. Unfortunately, this means that the word Eigen is linked whenever it appears in the docs. | ||
* | I doubt this change was intented to be committed | Gael Guennebaud | 2011-04-20 |
| | | | | ss: Enter commit message. Lines beginning with 'HG:' are removed. | ||
* | be nice with the server : dont use -j3 | Thomas Capricelli | 2011-04-19 |
| | |||
* | std::min/max are not implemented and they cannot be implemented easily | Gael Guennebaud | 2011-04-04 |
| | |||
* | Correct typo in QuickReference doc, plus typographical improvements. | Jitse Niesen | 2011-04-01 |
| | |||
* | fix typos | Benoit Jacob | 2011-03-21 |
| | |||
* | make compile_snippet use Eigen/Dense | Benoit Jacob | 2011-03-20 |
| | |||
* | Document EIGEN_DEFAULT_DENSE_INDEX_TYPE. | Jitse Niesen | 2011-03-11 |
| | | | | Also, expand description of EIGEN_DONT_ALIGN. | ||
* | The Eigen2 intrusive std::vector hack really can't be supported in eigen3 ↵ | Benoit Jacob | 2011-03-04 |
| | | | | (bug #215) | ||
* | Escape hash character in docs as required by doxygen. | Jitse Niesen | 2011-03-03 |
| | |||
* | documentation fixes | Benoit Jacob | 2011-02-27 |
| | |||
* | mention reverse and replicate in the quick ref | Gael Guennebaud | 2011-02-23 |
| | |||
* | mention std::ptr_fun in the quickref guide | Gael Guennebaud | 2011-02-17 |
| | |||
* | factorize implementation of standard real unary math functions, and add ↵ | Gael Guennebaud | 2011-02-17 |
| | | | | acos, asin | ||
* | Improve documentation of plugins. | Jitse Niesen | 2011-02-13 |
| | |||
* | Mention comma initializer can be used to concatenate vectors | Jitse Niesen | 2011-02-12 |
| | | | | (inspired by a question on IRC) | ||
* | Write topic page for storage orders. | Jitse Niesen | 2011-02-12 |
| | |||
* | doc fixes | Benoit Jacob | 2011-02-11 |
| | |||
* | fix Transform documention regarding Mode | Gael Guennebaud | 2011-02-10 |
| | |||
* | fix typo | Benoit Jacob | 2011-02-10 |
| | |||
* | document the eigen2 support stages | Benoit Jacob | 2011-02-10 |
| | |||
* | introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examples | Benoit Jacob | 2011-02-06 |
| | |||
* | fix build of class Block examples | Benoit Jacob | 2011-02-06 |
| | |||
* | Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE. | Jitse Niesen | 2011-02-04 |
| | | | | | This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf . | ||
* | add Map static methods taking Strides, add test checking for compilation errors | Benoit Jacob | 2011-02-03 |
| | |||
* | add tan function in Array world | Jason Newton | 2011-02-03 |
| | |||
* | relax Matrix/Array(Index) ctors to allow size 0, add test. | Benoit Jacob | 2011-02-01 |
| |