Searched refs:atWithInsertion (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h170 inline Scalar& atWithInsertion(Index key, const Scalar& defaultValue = Scalar(0)) function in class:Eigen::internal::CompressedStorage
H A DSparseVector.h124 return m_data.atWithInsertion(i);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h107 return m_data[outer].atWithInsertion(inner);

Completed in 542 milliseconds