HomeSort by relevance Sort by last modified time
    Searched defs:m_other (Results 1 - 4 of 4) sorted by null

  /external/catch2/include/reporters/
catch_reporter_bases.hpp 129 BySectionInfo( SectionInfo const& other ) : m_other( other ) {}
130 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {}
132 return ((node->stats.sectionInfo.name == m_other.name) &&
133 (node->stats.sectionInfo.lineInfo == m_other.lineInfo));
138 SectionInfo const& m_other; member in struct:Catch::CumulativeReporterBase::BySectionInfo
  /external/eigen/Eigen/src/Core/functors/
NullaryFunctors.h 19 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_other(other.m_other) { }
20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { }
21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const { return m_other; }
23 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const PacketType packetOp() const { return internal::pset1<PacketType>(m_other); }
24 const Scalar m_other; member in struct:Eigen::internal::scalar_constant_op
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 258 SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(other),m_transpose(transpose) {}
261 inline Index cols() const { return m_other.cols(); }
270 y_cd = viewAsCholmod(m_other.const_cast_derived());
276 const Derived& m_other; member in struct:Eigen::SPQR_QProduct
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 606 m_qr(qr),m_other(other),m_transpose(transpose) {}
608 inline Index cols() const { return m_other.cols(); }
617 res = m_other;
620 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");
635 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");
652 const Derived& m_other; member in struct:Eigen::SparseQR_QProduct

Completed in 780 milliseconds