mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ivcSize return type in IndexedViewMethods.h
This commit is contained in:
@@ -37,7 +37,7 @@ inline IvcColType<Indices> ivcCol(const Indices& indices) const {
|
||||
}
|
||||
|
||||
template <typename Indices>
|
||||
inline IvcColType<Indices> ivcSize(const Indices& indices) const {
|
||||
inline IvcType<Indices> ivcSize(const Indices& indices) const {
|
||||
return internal::makeIndexedViewCompatible(
|
||||
indices, internal::variable_if_dynamic<Index, SizeAtCompileTime>(derived().size()), Specialized);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user