[eigen-commits] commit/eigen2: ggael: * add a Make* expression type builder to allow the |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
1 new changeset in eigen2:
http://www.bitbucket.org/eigen/eigen2/changeset/e47c97bf866e/
changeset: r1703:e47c97bf866e
user: ggael
date: 2009-10-16 13:22:38
summary: * 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.
affected #: 6 files (1.8 KB)
Repository URL: http://bitbucket.org/eigen/eigen2/
--
This is a commit notification from bitbucket.org.
You are receiving this because you have the service
enabled, addressing the recipient of this email.