OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startVec
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h
143
inline void
startVec
(Index /*outer*/) {}
/external/eigen/Eigen/src/SparseCore/
SparseVector.h
122
inline void
startVec
(Index outer)
SparseMatrix.h
365
* \sa insert, insertBackByOuterInner,
startVec
*/
372
* \sa insertBack,
startVec
*/
395
inline void
startVec
(Index outer)
397
eigen_assert(m_outerIndex[outer]==int(m_data.size()) && "You must call
startVec
for each inner vector sequentially");
398
eigen_assert(m_outerIndex[outer+1]==0 && "You must call
startVec
for each inner vector sequentially");
[
all
...]
Completed in 223 milliseconds