eigen/doc
Benoit Jacob fabaa6915b * fix in IO.h, a useless copy was made because of assignment from
Derived to MatrixBase.
* the optimization of eval() for Matrix now consists in a partial
  specialization of ei_eval, which returns a reference type for Matrix.
  No overriding of eval() in Matrix anymore. Consequence: careful,
  ei_eval is no longer guaranteed to give a plain matrix type!
  For that, use ei_plain_matrix_type, or the PlainMatrixType typedef.
* so lots of changes to adapt to that everywhere. Hope this doesn't
  break (too much) MSVC compilation.
* add code examples for the new image() stuff.
* lower a bit the precision for floats in the unit tests as
  we were already doing some workarounds in inverse.cpp and we got some
  failed tests.
2008-12-18 20:36:25 +00:00
..
examples * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
snippets * fix in IO.h, a useless copy was made because of assignment from 2008-12-18 20:36:25 +00:00
buildexamplelist.sh Add cholesky's members to MatrixBase 2008-07-19 22:59:05 +00:00
cleanhierarchy.sh * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt Use an aligned IOFormat in the docs 2008-12-06 23:20:30 +00:00
CustomizingEigen.dox Update e-mail address 2008-11-24 13:40:43 +00:00
Doxyfile.in -add quotes around the configured directories so build dirs with spaces produce some errors less 2008-12-02 13:04:32 +00:00
echelon.cpp - many updates after Cwise change 2008-07-08 07:56:01 +00:00
Eigen_Silly_Professor_64x64.png Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_footer.html.in Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_header.html.in minor doc fixes 2008-08-29 17:45:11 +00:00
eigendoxy_tabs.css * move memory related stuff to util/Memory.h 2008-08-26 19:12:23 +00:00
eigendoxy.css fix some documentation issues 2008-10-17 11:20:46 +00:00
example.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
InsideEigenExample.dox fix minor mistake in the inside eigen example 2008-12-08 10:07:09 +00:00
Overview.dox * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
QuickStartGuide.dox * improvements in the tutorial: triangular matrices, linear algebra 2008-12-06 22:21:29 +00:00
TopicLazyEvaluation.dox split off the lazy evaluation part from the quickstartguide; actually by mistake i had 2008-12-03 23:15:26 +00:00
tutorial.cpp Update e-mail address 2008-11-24 13:40:43 +00:00
TutorialGeometry.dox doc: add a "non stable" warning for parts which are not part 2008-11-22 19:51:05 +00:00
TutorialLinearAlgebra.dox Use an aligned IOFormat in the docs 2008-12-06 23:20:30 +00:00
UnalignedArrayAssert.dox * complete the change norm2->squaredNorm in PartialRedux 2008-12-07 21:40:53 +00:00