Jason Rhinelander 9ffb3dda5f Eigen support for special matrix objects
Functions returning specialized Eigen matrices like Eigen::DiagonalMatrix and
Eigen::SelfAdjointView--which inherit from EigenBase but not
DenseBase--isn't currently allowed; such classes are explicitly copyable
into a Matrix (by definition), and so we can support functions that
return them by copying the value into a Matrix then casting that
resulting dense Matrix into a numpy.ndarray.  This commit does exactly
that.
2016-08-04 15:24:41 -04:00
..
2016-04-26 23:48:55 +02:00
2016-04-28 15:32:07 +02:00
2016-06-03 14:24:17 +02:00
2016-06-14 15:24:47 +02:00
2016-06-30 14:46:11 +02:00
2015-10-13 03:16:44 +02:00