mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
clean the ambiguity with insertBack and add a insertBackByOuterInner function
This commit is contained in:
@@ -183,7 +183,7 @@ for(int j=0; j<1000; ++j)
|
||||
}
|
||||
mat.finalize(); // optional for a DynamicSparseMatrix
|
||||
\endcode
|
||||
|
||||
Note that there also exist the insertBackByOuterInner(Index outer, Index, inner) function which allows to write code agnostic to the storage order.
|
||||
|
||||
\section TutorialSparseFeatureSet Supported operators and functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user