mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merge WrapArray into FromArray. Less code. The downside is that we're using one more
const_cast. But I think that anyway trying to maintain const strictness in Eigen2 is not worth the hassle. Konstantin: so the code snippet I sent you won't work anymore, replace wrapArray with fromArray. CCMAIL:konst.heil@stud.uni-heidelberg.de
This commit is contained in:
@@ -60,7 +60,6 @@ template<typename MatrixType> class Zero;
|
||||
template<typename MatrixType> class Identity;
|
||||
template<typename ExpressionType> class Eval;
|
||||
template<typename MatrixType> class FromArray;
|
||||
template<typename MatrixType> class WrapArray;
|
||||
|
||||
template<typename T> struct ForwardDecl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user