mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 01:59:38 +08:00
Fix documentation example
This commit is contained in:
parent
3942db9d7c
commit
d91db41a31
@ -25,7 +25,7 @@ namespace Eigen {
|
|||||||
return m_argImpl.coeff(index);
|
return m_argImpl.coeff(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
typename evaluator<ArgTypeNestedCleaned>::nestedType m_argImpl;
|
evaluator<ArgTypeNestedCleaned> m_argImpl;
|
||||||
const Index m_rows;
|
const Index m_rows;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user