Searched defs:outer (Results 1 – 8 of 8) sorted by relevance
64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner()73 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner()104 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner()241 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const in packetByOuterInner()349 coeffRefByOuterInner(Index outer, Index inner) in coeffRefByOuterInner()
55 void assignPacketByOuterInner(Index outer, Index inner) in assignPacketByOuterInner()
77 inline Index outer() const { return m_outer.value(); } in outer() function
200 outer = Index / DstXprType::InnerSizeAtCompileTime, enumerator
224 const Index outer = (it->first >> m_keyBitsOffset) + outerOffset; in ~RandomSetter() local247 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local271 const Index outer = it->first & keyBitsMask; in ~RandomSetter() local295 const Index outer = SetterRowMajor ? row : col; in operator() local
333 …parseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) in innerVector()340 …Base<Derived>::ConstInnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) const in innerVector()
31 const Index outer = ref.outerSize(); in sparse_block() local
185 InnerIterator(const MappedSuperNodalMatrix& mat, Index outer) in InnerIterator()