Go to file
Gael Guennebaud 7b0c4102fa * add a Make* expression type builder to allow the
construction of generic expressions working
  for both dense and sparse matrix. A nicer solution
  would be to use CwiseBinaryOp for any kind of matrix.
  To this end we either need to change the overall design
  so that the base class(es) depends on the kind of matrix,
  or we could add a template parameter to each expression
  type (e.g., int Kind = ei_traits<MatrixType>::Kind)
  allowing to specialize each expression for each kind of matrix.
* Extend AutoDiffScalar to work with sparse vector expression
  for the derivatives.
2009-10-16 13:22:38 +02:00
bench extend the sparse matrix assembly benchmark 2009-10-07 14:25:53 +02:00
blas Added cmake project definitions. 2009-10-02 18:45:24 +02:00
cmake Fixed nmake parameter. 2009-10-09 14:09:25 +02:00
demos Added cmake project definitions. 2009-10-02 18:45:24 +02:00
disabled change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme 2009-07-15 17:00:49 +02:00
doc Added prod() reduction to the AsciiQuickReference. 2009-10-14 09:40:22 +02:00
Eigen * add a Make* expression type builder to allow the 2009-10-16 13:22:38 +02:00
scripts the answer to the ultimate question in life is: 664 2009-10-06 11:44:57 -04:00
test More warning fixes. 2009-10-14 19:55:23 +02:00
unsupported * add a Make* expression type builder to allow the 2009-10-16 13:22:38 +02:00
.hgignore improvements, especially: automatically flush the server side cache 2009-09-24 07:04:55 -04:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt Fixed nmake parameter. 2009-10-09 14:09:25 +02:00
COPYING
COPYING.LESSER
CTestConfig.cmake remove unneeded stuff 2009-10-05 07:58:53 -04:00
Doxyfile remove the hack we made to allow api.kde.org to generate the dox. Update the error help page. 2009-09-27 11:39:51 -04:00
eigen2.pc.in Added pkgconfig support 2009-05-19 11:48:50 -05:00
INSTALL finally, the right fix: set CTEST_BUILD_TARGET. 2009-10-04 20:27:44 -04:00
Mainpage.dox remove the hack we made to allow api.kde.org to generate the dox. Update the error help page. 2009-09-27 11:39:51 -04:00