eigen/unsupported/Eigen
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
..
src * add a Make* expression type builder to allow the 2009-10-16 13:22:38 +02:00
AdolcForward update URL for adol-c 2009-09-27 01:56:50 +02:00
AlignedVector3 fix warning with gcc 4.2 2009-09-15 11:27:31 +02:00
AutoDiff remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
BVH remove the \addexample tags 2009-09-03 11:22:42 +02:00
CMakeLists.txt new unsupported module by Jitse Niesen: matrix exponential 2009-05-05 20:46:55 +00:00
IterativeSolvers remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
MatrixFunctions remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
MoreVectorization Add new unsupported modules to doc/unsupported_modules.dox 2009-08-18 15:30:38 +01:00