Home
last modified time | relevance | path

Searched refs:m_outer (Results 1 – 13 of 13) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseCompressedBase.h140 : m_values(0), m_indices(0), m_outer(0), m_id(0), m_end(0)
144 …: m_values(other.m_values), m_indices(other.m_indices), m_outer(other.m_outer), m_id(other.m_id), …
151 const_cast<OuterType&>(m_outer).setValue(other.m_outer.value());
158 : m_values(mat.valuePtr()), m_indices(mat.innerIndexPtr()), m_outer(outer)
176 …: m_values(mat.valuePtr()), m_indices(mat.innerIndexPtr()), m_outer(0), m_id(0), m_end(mat.nonZero…
182 … : m_values(data.valuePtr()), m_indices(data.indexPtr()), m_outer(0), m_id(0), m_end(data.size())
193 inline Index outer() const { return m_outer.value(); }
194 inline Index row() const { return IsRowMajor ? m_outer.value() : index(); }
195 inline Index col() const { return IsRowMajor ? index() : m_outer.value(); }
203 const OuterType m_outer;
[all …]
DSparseView.h153 : m_sve(sve), m_inner(0), m_outer(outer), m_end(sve.m_view.innerSize())
167 return (IsRowMajor) ? m_sve.m_argImpl.coeff(m_outer, m_inner)
168 : m_sve.m_argImpl.coeff(m_inner, m_outer);
172 inline Index row() const { return IsRowMajor ? m_outer : index(); }
173 inline Index col() const { return IsRowMajor ? index() : m_outer; }
180 const Index m_outer;
DSparseDenseProduct.h234 m_outer(outer),
239 EIGEN_STRONG_INLINE Index outer() const { return m_outer; }
240 …EIGEN_STRONG_INLINE Index row() const { return NeedToTranspose ? m_outer : LhsIterator::index();…
241 …IGEN_STRONG_INLINE Index col() const { return NeedToTranspose ? LhsIterator::index() : m_outer; }
261 Index m_outer;
DSparseCwiseBinaryOp.h507 …Eval(aEval.m_lhsImpl), m_rhsIter(aEval.m_rhsImpl,outer), m_functor(aEval.m_functor), m_outer(outer)
517 … return m_functor(m_lhsEval.coeff(IsRowMajor?m_outer:m_rhsIter.index(),IsRowMajor?m_rhsIter.index(…
530 const Index m_outer;
581 …Iter(aEval.m_lhsImpl,outer), m_rhsEval(aEval.m_rhsImpl), m_functor(aEval.m_functor), m_outer(outer)
592 … m_rhsEval.coeff(IsRowMajor?m_outer:m_lhsIter.index(),IsRowMajor?m_lhsIter.index():m_outer)); }
605 const Index m_outer;
/external/eigen/Eigen/src/Core/
DStride.h56 : m_outer(OuterStrideAtCompileTime), m_inner(InnerStrideAtCompileTime) in Stride()
64 : m_outer(outerStride), m_inner(innerStride) in Stride()
72 : m_outer(other.outer()), m_inner(other.inner()) in Stride()
77 inline Index outer() const { return m_outer.value(); } in outer()
83 internal::variable_if_dynamic<Index, OuterStrideAtCompileTime> m_outer;
DCoreIterators.h83 : m_eval(eval), m_inner(0), m_outer(outerId), m_end(innerSize) in inner_iterator_selector()
88 return (IsRowMajor) ? m_eval.coeff(m_outer, m_inner) in value()
89 : m_eval.coeff(m_inner, m_outer); in value()
95 inline Index row() const { return IsRowMajor ? m_outer : index(); } in row()
96 inline Index col() const { return IsRowMajor ? index() : m_outer; } in col()
103 const Index m_outer; variable
/external/eigen/unsupported/Eigen/src/SparseExtra/
DDynamicSparseMatrix.h331 : Base(mat.m_data[outer]), m_outer(outer)
334 inline Index row() const { return IsRowMajor ? m_outer : Base::index(); }
335 inline Index col() const { return IsRowMajor ? Base::index() : m_outer; }
336 inline Index outer() const { return m_outer; }
339 const Index m_outer;
348 : Base(mat.m_data[outer]), m_outer(outer)
351 inline Index row() const { return IsRowMajor ? m_outer : Base::index(); }
352 inline Index col() const { return IsRowMajor ? Base::index() : m_outer; }
353 inline Index outer() const { return m_outer; }
356 const Index m_outer;
DBlockOfDynamicSparseMatrix.h39 : MatrixType::InnerIterator(xpr.m_matrix, xpr.m_outerStart + outer), m_outer(outer)
41 inline Index row() const { return IsRowMajor ? m_outer : this->index(); }
42 inline Index col() const { return IsRowMajor ? this->index() : m_outer; }
44 Index m_outer;
DBlockSparseMatrix.h981 : m_mat(mat),m_outer(outer),
1001 inline Index outer() const { return m_outer; }
1009 …turn (m_mat.m_blockSize==Dynamic) ? (m_mat.m_outerOffset[m_outer+1]-m_mat.m_outerOffset[m_outer]) …
1014 const Index m_outer;
1024 : m_mat(mat),m_outerB(mat.outerToBlock(outer)),m_outer(outer),
1059 inline Index outer() const {return m_outer; }
1068 const Index m_outer;
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp288 m_outer(outer), in ServiceRefImpl()
452 check( self->m_outer != NULL ); in EnumerateDomainsCallback()
456 …self->m_outer->EnumerateDomainsDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCod… in EnumerateDomainsCallback()
481 check( self->m_outer != NULL ); in RegisterCallback()
485 …self->m_outer->RegisterDispatch((ServiceFlags) flags, (ErrorCode) errorCode, ConvertToString(name)… in RegisterCallback()
511 check( self->m_outer != NULL ); in BrowseCallback()
515 …self->m_outer->BrowseDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, Convert… in BrowseCallback()
543 check( self->m_outer != NULL ); in ResolveCallback()
561 …self->m_outer->ResolveDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, Conver… in ResolveCallback()
584 check( self->m_outer != NULL ); in RegisterRecordCallback()
[all …]
Ddnssd_NET.h403 gcroot<ServiceRef*> m_outer; variable
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrix.h739 : m_matrix(mat), m_outer(outer),
768 return IsRowMajor ? m_outer - m_matrix.m_data.upperProfile(m_outer) + (m_id - m_start) :
769 m_outer + (m_id - m_start) + 1;
773 return IsRowMajor ? index() : m_outer;
777 return IsRowMajor ? m_outer : index();
781 return m_matrix.m_data.upperProfile(m_outer);
790 const Index m_outer;
802 m_outer(outer),
831 return IsRowMajor ? m_outer - m_matrix.m_data.lowerProfile(m_outer) + (m_id - m_start) :
832 m_outer + (m_id - m_start) + 1;
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h187 m_outer(outer), in InnerIterator()
207 inline Index col() const { return m_outer; } in col()
219 const Index m_outer; // Current column variable