mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
refactor indexedviewmethods, enable non-const ref access with symbolic indices
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
1a5dfd7c0f
commit
bfbc66e078
@@ -93,7 +93,6 @@ class IndexedViewImpl;
|
||||
* - std::vector<int>
|
||||
* - std::valarray<int>
|
||||
* - std::array<int>
|
||||
* - Plain C arrays: int[N]
|
||||
* - Eigen::ArrayXi
|
||||
* - decltype(ArrayXi::LinSpaced(...))
|
||||
* - Any view/expressions of the previous types
|
||||
|
||||
Reference in New Issue
Block a user