eigen/doc
Gael Guennebaud e77ccf2928 * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products:
=> up to 6 times faster !
* Added DirectAccessBit to Part
* Added an exemple of a cwise operator
* Renamed perpendicular() => someOrthogonal() (geometry module)
* Fix a weired bug in ei_constant_functor: the default copy constructor did not copy
  the imaginary part when the single member of the class is a complex...
2008-07-26 20:40:29 +00:00
..
examples * Merge Extract and Part to the Part expression. 2008-07-21 00:34:46 +00:00
snippets * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00
buildexamplelist.sh Add cholesky's members to MatrixBase 2008-07-19 22:59:05 +00:00
CMakeLists.txt Added an automatically generated list of selected examples in the documentation. 2008-07-19 20:36:41 +00:00
Doxyfile.in Various documentation improvements, in particualr in Cholesky and Geometry module. 2008-07-20 15:18:54 +00:00
echelon.cpp - many updates after Cwise change 2008-07-08 07:56:01 +00:00
example.cpp
Mainpage.dox Added an automatically generated list of selected examples in the documentation. 2008-07-19 20:36:41 +00:00
tutorial.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00