mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Fix evaluator<Replicate> for fixed size objects
This commit is contained in:
parent
ee1c55f923
commit
34694d8828
@ -839,8 +839,8 @@ struct evaluator<Replicate<ArgType, RowFactor, ColFactor> >
|
||||
|
||||
protected:
|
||||
typename evaluator<ArgType>::nestedType m_argImpl;
|
||||
const variable_if_dynamic<Index, XprType::RowsAtCompileTime> m_rows;
|
||||
const variable_if_dynamic<Index, XprType::ColsAtCompileTime> m_cols;
|
||||
const variable_if_dynamic<Index, ArgType::RowsAtCompileTime> m_rows;
|
||||
const variable_if_dynamic<Index, ArgType::ColsAtCompileTime> m_cols;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user