aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/compile_snippet.cpp.in
Commit message (Collapse)AuthorAge
* Bug #1800: Guard against misleading indentationGravatar Christoph Hertzberg2020-01-03
|
* bug #1237: Redefine eigen_assert instead of disabling assertions for ↵Gravatar Christoph Hertzberg2016-05-26
| | | | documentation snippets
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
| | | | (chtz: Manually joined sevaral commits to keep the history clean)
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now ↵Gravatar Gael Guennebaud2013-10-16
| | | | proper snippet files.
* make compile_snippet use Eigen/DenseGravatar Benoit Jacob2011-03-20
|
* fix compilation of snippetsGravatar Gael Guennebaud2011-02-01
|
* * update redux sectionGravatar Gael Guennebaud2010-06-28
| | | | * fix output precision to 3 for the snippets
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
| | | | <Eigen/Array>
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
|
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
|
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
| | | | | | mark isFullRank() deprecated, add solve() (mix of Keir's patch and LU::solve()) => there is big problem with complex which are not working
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
|
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
| | | | Various documentation improvements including new snippets (AngleAxis and Cholesky)
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
| | | | | | | | | | | - remove all invertibility checking, will be redundant with LU - general case: adapt to matrix storage order for better perf - size 4 case: handle corner cases without falling back to gen case. - rationalize with selectors instead of compile time if - add C-style computeInverse() * update inverse test. * in snippets, default cout precision to 3 decimal places * add some cmake module from kdelibs to support btl with cmake 2.4
* fix building of examplesGravatar Gael Guennebaud2008-06-03
|
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
| | | | this should be alpha5.
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
| | | | | | 1) Eigen2 co-installable with Eigen1 without conflict, without affecting programs including either. 2) #include<Eigen/Core> without the .h without conflict with the Core/ directory 3) Uniformize coding style of the CMakeLists.
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
| | | | | | | - make vectors use a separate loop unroller, so that copying a row-vector into a col-vector is now possible - add much more documentation - misc improvements
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
| | | | and this is already used to document DynBlock
* now cmake takes snippets of code, completes them into compilable sources, ↵Gravatar Benoit Jacob2007-12-21
builds them, executes them and stores their output in files.