/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 109 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set_ps(fro… 110 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set_pd(fro… 111 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set_epi32(… 113 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set1_ps(fr… 114 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set1_pd(fr… 115 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set1_epi32… 118 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return _mm_add_ps(pset1<Pack… 119 template<> EIGEN_STRONG_INLINE Packet2d plset<double>(const double& a) { return _mm_add_pd(pset1<Pa… 120 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return _mm_add_epi32(pset1<Packe… 122 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { retu… [all …]
|
D | Complex.h | 20 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() 21 EIGEN_STRONG_INLINE explicit Packet2cf(const __m128& a) : v(a) {} in Packet2cf() 48 template<> EIGEN_STRONG_INLINE Packet2cf padd<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 49 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 50 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) 55 template<> EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf& a) 61 template<> EIGEN_STRONG_INLINE Packet2cf pmul<Packet2cf>(const Packet2cf& a, const Packet2cf& b) 79 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b)… 80 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b)… 81 template<> EIGEN_STRONG_INLINE Packet2cf pxor <Packet2cf>(const Packet2cf& a, const Packet2cf& b)… [all …]
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 86 EIGEN_STRONG_INLINE float32x4_t vld1q_f32(const float* x) { return ::vld1q_f32((const float32_t*)x)… 87 EIGEN_STRONG_INLINE float32x2_t vld1_f32 (const float* x) { return ::vld1_f32 ((const float32_t*)x)… 88 EIGEN_STRONG_INLINE void vst1q_f32(float* to, float32x4_t from) { ::vst1q_f32((float32_t*)to… 89 EIGEN_STRONG_INLINE void vst1_f32 (float* to, float32x2_t from) { ::vst1_f32 ((float32_t*)to… 95 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return vdupq_n_f32(fr… 96 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return vdupq_n_s32(… 98 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) 103 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) 109 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { retu… 110 template<> EIGEN_STRONG_INLINE Packet4i padd<Packet4i>(const Packet4i& a, const Packet4i& b) { retu… [all …]
|
D | Complex.h | 23 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() 24 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {} in Packet2cf() 51 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) 59 template<> EIGEN_STRONG_INLINE Packet2cf padd<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 60 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 61 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate<Pac… 62 template<> EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf& a) 68 template<> EIGEN_STRONG_INLINE Packet2cf pmul<Packet2cf>(const Packet2cf& a, const Packet2cf& b) 88 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) 92 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 147 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { 156 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { 164 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return vec_add(pset1<Packet4… 165 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return vec_add(pset1<Packet4… 167 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { retu… 168 template<> EIGEN_STRONG_INLINE Packet4i padd<Packet4i>(const Packet4i& a, const Packet4i& b) { retu… 170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { retu… 171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { retu… 173 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return psub<Packet4f>(p4f_ZERO… 174 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return psub<Packet4i>(p4i_ZERO… [all …]
|
D | Complex.h | 28 EIGEN_STRONG_INLINE Packet2cf() {} in Packet2cf() 29 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {} in Packet2cf() 56 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) 68 template<> EIGEN_STRONG_INLINE Packet2cf padd<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { … 70 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate(a.v… 71 template<> EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf& a) { return Packet2cf((Packet4f)vec… 73 template<> EIGEN_STRONG_INLINE Packet2cf pmul<Packet2cf>(const Packet2cf& a, const Packet2cf& b) 92 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b)… 93 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b)… [all …]
|
/external/eigen/Eigen/src/Core/ |
D | CwiseNullaryOp.h | 66 EIGEN_STRONG_INLINE Index rows() const { return m_rows.value(); } 67 EIGEN_STRONG_INLINE Index cols() const { return m_cols.value(); } 69 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const 75 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const 80 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const 86 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const 116 EIGEN_STRONG_INLINE const CwiseNullaryOp<CustomNullaryOp, Derived> 139 EIGEN_STRONG_INLINE const CwiseNullaryOp<CustomNullaryOp, Derived> 158 EIGEN_STRONG_INLINE const CwiseNullaryOp<CustomNullaryOp, Derived> 178 EIGEN_STRONG_INLINE const typename DenseBase<Derived>::ConstantReturnType [all …]
|
D | DenseCoeffsBase.h | 64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const in rowIndexByOuterInner() 72 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const in colIndexByOuterInner() 94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() 101 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const in coeffByOuterInner() 111 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const in operator() 133 EIGEN_STRONG_INLINE CoeffReturnType 149 EIGEN_STRONG_INLINE CoeffReturnType 170 EIGEN_STRONG_INLINE CoeffReturnType 179 EIGEN_STRONG_INLINE CoeffReturnType 184 EIGEN_STRONG_INLINE CoeffReturnType [all …]
|
D | Functors.h | 26 …EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a, const Scalar& b) const { return a + … in EIGEN_EMPTY_STRUCT_CTOR() 28 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const in packetOp() 31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const in predux() 54 …EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { … 56 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const 59 EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const 84 EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const 88 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const 106 …EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a, const Scalar& b) const { using std::… 108 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const [all …]
|
D | Assign.h | 142 static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src) in run() 152 static EIGEN_STRONG_INLINE void run(Derived1 &, const Derived2 &) {} 158 …static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src, typename Derived1::Index o… 168 static EIGEN_STRONG_INLINE void run(Derived1 &, const Derived2 &, typename Derived1::Index) {} 178 static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src) 188 static EIGEN_STRONG_INLINE void run(Derived1 &, const Derived2 &) {} 204 static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src) 215 static EIGEN_STRONG_INLINE void run(Derived1 &, const Derived2 &) {} 221 …static EIGEN_STRONG_INLINE void run(Derived1 &dst, const Derived2 &src, typename Derived1::Index o… 232 static EIGEN_STRONG_INLINE void run(Derived1 &, const Derived2 &, typename Derived1::Index) {} [all …]
|
D | Matrix.h | 154 EIGEN_STRONG_INLINE Matrix& operator=(const Matrix& other) 170 EIGEN_STRONG_INLINE Matrix& operator=(const MatrixBase<OtherDerived>& other) 182 EIGEN_STRONG_INLINE Matrix& operator=(const EigenBase<OtherDerived> &other) 188 EIGEN_STRONG_INLINE Matrix& operator=(const ReturnByValue<OtherDerived>& func) 203 EIGEN_STRONG_INLINE Matrix() : Base() 220 EIGEN_STRONG_INLINE explicit Matrix(Index dim) 232 EIGEN_STRONG_INLINE Matrix(const T0& x, const T1& y) 249 EIGEN_STRONG_INLINE Matrix(const Scalar& x, const Scalar& y, const Scalar& z) 258 EIGEN_STRONG_INLINE Matrix(const Scalar& x, const Scalar& y, const Scalar& z, const Scalar& w) 272 EIGEN_STRONG_INLINE Matrix(const MatrixBase<OtherDerived>& other) [all …]
|
D | PlainObjectBase.h | 135 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); } 136 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); } 138 EIGEN_STRONG_INLINE const Scalar& coeff(Index rowId, Index colId) const 146 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const 151 EIGEN_STRONG_INLINE Scalar& coeffRef(Index rowId, Index colId) 159 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) 164 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index rowId, Index colId) const 172 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index index) const 179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const 189 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const [all …]
|
D | Array.h | 72 EIGEN_STRONG_INLINE Array& operator=(const EigenBase<OtherDerived> &other) 87 EIGEN_STRONG_INLINE Array& operator=(const ArrayBase<OtherDerived>& other) 95 EIGEN_STRONG_INLINE Array& operator=(const Array& other) 110 EIGEN_STRONG_INLINE Array() : Base() 133 EIGEN_STRONG_INLINE explicit Array(Index dim) 145 EIGEN_STRONG_INLINE Array(const T0& val0, const T1& val1) 162 EIGEN_STRONG_INLINE Array(const Scalar& val0, const Scalar& val1, const Scalar& val2) 171 …EIGEN_STRONG_INLINE Array(const Scalar& val0, const Scalar& val1, const Scalar& val2, const Scalar… 185 EIGEN_STRONG_INLINE Array(const ArrayBase<OtherDerived>& other) 192 EIGEN_STRONG_INLINE Array(const Array& other) [all …]
|
D | CoreIterators.h | 34 EIGEN_STRONG_INLINE InnerIterator(const Derived& expr, Index outer) in InnerIterator() 38 EIGEN_STRONG_INLINE Scalar value() const in value() 44 EIGEN_STRONG_INLINE InnerIterator& operator++() { m_inner++; return *this; } 46 EIGEN_STRONG_INLINE Index index() const { return m_inner; } in index() 50 EIGEN_STRONG_INLINE operator bool() const { return m_inner < m_end && m_inner>=0; }
|
D | NoAlias.h | 40 EIGEN_STRONG_INLINE ExpressionType& operator=(const StorageBase<OtherDerived>& other) 45 EIGEN_STRONG_INLINE ExpressionType& operator+=(const StorageBase<OtherDerived>& other) 57 EIGEN_STRONG_INLINE ExpressionType& operator-=(const StorageBase<OtherDerived>& other) 69 … EIGEN_STRONG_INLINE ExpressionType& operator+=(const ProductBase<ProductDerived, Lhs,Rhs>& other) 73 … EIGEN_STRONG_INLINE ExpressionType& operator-=(const ProductBase<ProductDerived, Lhs,Rhs>& other) 77 …EIGEN_STRONG_INLINE ExpressionType& operator+=(const CoeffBasedProduct<Lhs,Rhs,NestingFlags>& othe… 81 …EIGEN_STRONG_INLINE ExpressionType& operator-=(const CoeffBasedProduct<Lhs,Rhs,NestingFlags>& othe…
|
D | DiagonalProduct.h | 58 EIGEN_STRONG_INLINE Index rows() const { return m_matrix.rows(); } 59 EIGEN_STRONG_INLINE Index cols() const { return m_matrix.cols(); } 61 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 66 EIGEN_STRONG_INLINE const Scalar coeff(Index idx) const 75 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const 87 EIGEN_STRONG_INLINE PacketScalar packet(Index idx) const 97 …EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::true_type) … 104 …EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::false_type)…
|
D | CwiseUnaryOp.h | 70 EIGEN_STRONG_INLINE Index rows() const { return m_xpr.rows(); } 71 EIGEN_STRONG_INLINE Index cols() const { return m_xpr.cols(); } 101 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const 107 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const 112 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const 118 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const
|
D | Redux.h | 85 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func& func) in run() 102 static EIGEN_STRONG_INLINE Scalar run(const Derived &mat, const Func&) 115 static EIGEN_STRONG_INLINE Scalar run(const Derived&, const Func&) { return Scalar(); } 131 static EIGEN_STRONG_INLINE PacketScalar run(const Derived &mat, const Func& func) 152 static EIGEN_STRONG_INLINE PacketScalar run(const Derived &mat, const Func&) 173 static EIGEN_STRONG_INLINE Scalar run(const Derived& mat, const Func& func) 299 static EIGEN_STRONG_INLINE Scalar run(const Derived& mat, const Func& func) 325 EIGEN_STRONG_INLINE typename internal::result_of<Func(typename internal::traits<Derived>::Scalar)>:… 337 EIGEN_STRONG_INLINE typename internal::traits<Derived>::Scalar 347 EIGEN_STRONG_INLINE typename internal::traits<Derived>::Scalar [all …]
|
D | CwiseBinaryOp.h | 125 …EIGEN_STRONG_INLINE CwiseBinaryOp(const Lhs& aLhs, const Rhs& aRhs, const BinaryOp& func = BinaryO… 134 EIGEN_STRONG_INLINE Index rows() const { 141 EIGEN_STRONG_INLINE Index cols() const { 172 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const 179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const 185 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const 192 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const 205 EIGEN_STRONG_INLINE Derived & 219 EIGEN_STRONG_INLINE Derived &
|
D | CwiseUnaryView.h | 71 EIGEN_STRONG_INLINE Index rows() const { return m_matrix.rows(); } 72 EIGEN_STRONG_INLINE Index cols() const { return m_matrix.cols(); } 116 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const 121 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const 126 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) 131 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseCwiseBinaryOp.h | 77 EIGEN_STRONG_INLINE InnerIterator(const CwiseBinaryOpImpl& binOp, typename Lhs::Index outer) 107 …EIGEN_STRONG_INLINE sparse_cwise_binary_op_inner_iterator_selector(const CwiseBinaryXpr& xpr, Inde… 113 EIGEN_STRONG_INLINE Derived& operator++() 142 EIGEN_STRONG_INLINE Scalar value() const { return m_value; } 144 EIGEN_STRONG_INLINE Index index() const { return m_id; } 145 EIGEN_STRONG_INLINE Index row() const { return Lhs::IsRowMajor ? m_lhsIter.row() : index(); } 146 EIGEN_STRONG_INLINE Index col() const { return Lhs::IsRowMajor ? index() : m_lhsIter.col(); } 148 EIGEN_STRONG_INLINE operator bool() const { return m_id>=0; } 172 …EIGEN_STRONG_INLINE sparse_cwise_binary_op_inner_iterator_selector(const CwiseBinaryXpr& xpr, Inde… 184 EIGEN_STRONG_INLINE Derived& operator++() [all …]
|
D | SparseCwiseUnaryOp.h | 41 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Inde… in InnerIterator() 45 EIGEN_STRONG_INLINE InnerIterator& operator++() 48 …EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value… in value() 64 …EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImp… in ReverseInnerIterator() 68 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--() 71 …EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value… in value() 105 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::… in InnerIterator() 109 EIGEN_STRONG_INLINE InnerIterator& operator++() 112 …EIGEN_STRONG_INLINE typename CwiseUnaryViewImpl::Scalar value() const { return m_functor(Base::val… in value() 113 …EIGEN_STRONG_INLINE typename CwiseUnaryViewImpl::Scalar& valueRef() { return m_functor(Base::value… in valueRef() [all …]
|
/external/eigen/Eigen/src/Core/util/ |
D | BlasUtil.h | 59 …EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const Scalar& c) const { return… 60 …EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const { return internal::pmul(x,… 66 EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const Scalar& c) const 69 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const 76 EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const Scalar& c) const 79 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const 86 EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const Scalar& c) const 89 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const 96 EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const RealScalar& y, const Scalar& c) const 98 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const RealScalar& y) const [all …]
|
/external/eigen/Eigen/src/plugins/ |
D | MatrixCwiseBinaryOps.h | 21 EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived) in EIGEN_CWISE_PRODUCT_RETURN_TYPE() 73 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, const Other… 83 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, const Const… 97 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, const Other… 107 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, const Const… 122 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const …
|
/external/eigen/Eigen/src/Core/products/ |
D | CoeffBasedProduct.h | 160 EIGEN_STRONG_INLINE Index rows() const { return m_lhs.rows(); } 161 EIGEN_STRONG_INLINE Index cols() const { return m_rhs.cols(); } 163 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 173 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const 183 EIGEN_STRONG_INLINE const PacketScalar packet(Index row, Index col) const 194 EIGEN_STRONG_INLINE operator const PlainObject& () const 242 …static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScala… 253 …static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScala… 263 …static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScala… 281 …static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename… [all …]
|