HomeSort by relevance Sort by last modified time
    Searched refs:m_outer (Results 1 - 13 of 13) sorted by null

  /external/eigen/Eigen/src/Core/
Stride.h 56 : m_outer(OuterStrideAtCompileTime), m_inner(InnerStrideAtCompileTime)
64 : m_outer(outerStride), m_inner(innerStride)
72 : m_outer(other.outer()), m_inner(other.inner())
77 inline Index outer() const { return m_outer.value(); }
83 internal::variable_if_dynamic<Index, OuterStrideAtCompileTime> m_outer; member in class:Eigen::Stride
CoreIterators.h 83 : m_eval(eval), m_inner(0), m_outer(outerId), m_end(innerSize)
88 return (IsRowMajor) ? m_eval.coeff(m_outer, m_inner)
89 : m_eval.coeff(m_inner, m_outer);
95 inline Index row() const { return IsRowMajor ? m_outer : index(); }
96 inline Index col() const { return IsRowMajor ? index() : m_outer; }
103 const Index m_outer; member in class:Eigen::internal::inner_iterator_selector
  /external/eigen/Eigen/src/SparseCore/
SparseCompressedBase.h 140 : 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), m_end(other.m_end)
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.nonZeros())
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();
203 const OuterType m_outer; member in class:Eigen::SparseCompressedBase::InnerIterator
263 const OuterType m_outer; member in class:Eigen::SparseCompressedBase::ReverseInnerIterator
    [all...]
SparseView.h 153 : 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; member in class:Eigen::internal::unary_evaluator::InnerIterator
SparseCwiseBinaryOp.h 507 : m_lhsEval(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():m_outer), m_rhsIter.value()); }
530 const Index m_outer;
581 : m_lhsIter(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;
SparseDenseProduct.h 234 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 EIGEN_STRONG_INLINE Index col() const { return NeedToTranspose ? LhsIterator::index() : m_outer; }
261 Index m_outer; member in class:Eigen::internal::sparse_dense_outer_product_evaluator::InnerIterator
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 39 : 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;
DynamicSparseMatrix.h 331 : 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;
    [all...]
BlockSparseMatrix.h     [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 739 : 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)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.cpp 288 m_outer(outer),
452 check( self->m_outer != NULL );
456 self->m_outer->EnumerateDomainsDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(replyDomain));
481 check( self->m_outer != NULL );
485 self->m_outer->RegisterDispatch((ServiceFlags) flags, (ErrorCode) errorCode, ConvertToString(name), ConvertToString(regtype), ConvertToString(domain));
511 check( self->m_outer != NULL );
515 self->m_outer->BrowseDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(serviceName), ConvertToString(regtype), ConvertToString(replyDomain));
543 check( self->m_outer != NULL );
561 self->m_outer->ResolveDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(fullname), ConvertToString(hosttarget), ntohs(notAnIntPort), txtRecordBytes);
584 check( self->m_outer != NULL )
    [all...]
dnssd_NET.h 403 gcroot<ServiceRef*> m_outer; member in class:Apple::DNSSD::ServiceRef::ServiceRefImpl
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 187 m_outer(outer),
207 inline Index col() const { return m_outer; }
219 const Index m_outer; // Current column member in class:Eigen::internal::MappedSuperNodalMatrix::InnerIterator

Completed in 507 milliseconds