HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_STRONG_INLINE (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/eigen/Eigen/src/Core/
CoreIterators.h 34 EIGEN_STRONG_INLINE InnerIterator(const Derived& expr, Index outer)
38 EIGEN_STRONG_INLINE Scalar value() const
44 EIGEN_STRONG_INLINE InnerIterator& operator++() { m_inner++; return *this; }
46 EIGEN_STRONG_INLINE Index index() const { return m_inner; }
50 EIGEN_STRONG_INLINE operator bool() const { return m_inner < m_end && m_inner>=0; }
DenseCoeffsBase.h 64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const
72 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const
94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
101 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const
111 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const
133 EIGEN_STRONG_INLINE CoeffReturnType
149 EIGEN_STRONG_INLINE CoeffReturnType
170 EIGEN_STRONG_INLINE CoeffReturnType
179 EIGEN_STRONG_INLINE CoeffReturnType
184 EIGEN_STRONG_INLINE CoeffReturnTyp
    [all...]
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>::ConstantReturnTyp
    [all...]
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>& other)
81 EIGEN_STRONG_INLINE ExpressionType& operator-=(const CoeffBasedProduct<Lhs,Rhs,NestingFlags>& other)
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
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...]
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& val3)
185 EIGEN_STRONG_INLINE Array(const ArrayBase<OtherDerived>& other)
192 EIGEN_STRONG_INLINE Array(const Array& other
    [all...]
Functors.h 26 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a, const Scalar& b) const { return a + b; }
28 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const
31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const
54 EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a * b; }
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::min; return (min)(a, b); }
108 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) cons
    [all...]
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)
CwiseBinaryOp.h 125 EIGEN_STRONG_INLINE CwiseBinaryOp(const Lhs& aLhs, const Rhs& aRhs, const BinaryOp& func = BinaryOp())
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 &
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) cons
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 109 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set_ps(from,from,from,from); }
110 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set_pd(from,from); }
111 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set_epi32(from,from,from,from); }
113 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set1_ps(from); }
114 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set1_pd(from); }
115 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set1_epi32(from); }
118 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return _mm_add_ps(pset1<Packet4f>(a), _mm_set_ps(3,2,1,0)); }
119 template<> EIGEN_STRONG_INLINE Packet2d plset<double>(const double& a) { return _mm_add_pd(pset1<Packet2d>(a),_mm_set_pd(1,0)); }
120 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return _mm_add_epi32(pset1<Packet4i>(a),_mm_set_epi32(3,2,1,0)); }
122 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_add_ps(a,b);
    [all...]
Complex.h 20 EIGEN_STRONG_INLINE Packet2cf() {}
21 EIGEN_STRONG_INLINE explicit Packet2cf(const __m128& a) : v(a) {}
48 template<> EIGEN_STRONG_INLINE Packet2cf padd<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_add_ps(a.v,b.v)); }
49 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_sub_ps(a.v,b.v)); }
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) { return Packet2cf(_mm_and_ps(a.v,b.v)); }
80 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_or_ps(a.v,b.v)); }
81 template<> EIGEN_STRONG_INLINE Packet2cf pxor <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_xor_ps (…)
    [all...]
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 95 EIGEN_STRONG_INLINE float32x4_t vld1q_f32(const float* x) { return ::vld1q_f32((const float32_t*)x); }
96 EIGEN_STRONG_INLINE float32x2_t vld1_f32 (const float* x) { return ::vld1_f32 ((const float32_t*)x); }
97 EIGEN_STRONG_INLINE void vst1q_f32(float* to, float32x4_t from) { ::vst1q_f32((float32_t*)to,from); }
98 EIGEN_STRONG_INLINE void vst1_f32 (float* to, float32x2_t from) { ::vst1_f32 ((float32_t*)to,from); }
104 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return vdupq_n_f32(from); }
105 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return vdupq_n_s32(from); }
107 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a)
112 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a)
118 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { return vaddq_f32(a,b); }
119 template<> EIGEN_STRONG_INLINE Packet4i padd<Packet4i>(const Packet4i& a, const Packet4i& b) { return vaddq_s32(a,b);
    [all...]
Complex.h 23 EIGEN_STRONG_INLINE Packet2cf() {}
24 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {}
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) { return Packet2cf(padd<Packet4f>(a.v,b.v)); }
60 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(psub<Packet4f>(a.v,b.v)); }
61 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) { return Packet2cf(pnegate<Packet4f>(a.v)); }
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/
Complex.h 28 EIGEN_STRONG_INLINE Packet2cf() {}
29 EIGEN_STRONG_INLINE explicit Packet2cf(const Packet4f& a) : v(a) {}
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) { return Packet2cf(vec_add(a.v,b.v)); }
69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); }
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_xor((Packet4ui)a.v, p4ui_CONJ_XOR)); }
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) { return Packet2cf(vec_and(a.v,b.v)); }
93 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_or(a.v (…)
    [all...]
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<Packet4f>(a), p4f_COUNTDOWN); }
165 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return vec_add(pset1<Packet4i>(a), p4i_COUNTDOWN); }
167 template<> EIGEN_STRONG_INLINE Packet4f padd<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_add(a,b); }
168 template<> EIGEN_STRONG_INLINE Packet4i padd<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_add(a,b); }
170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); }
171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); }
173 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return psub<Packet4f>(p4f_ZERO, a); }
174 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return psub<Packet4i>(p4i_ZERO, a);
    [all...]
  /external/eigen/Eigen/src/plugins/
MatrixCwiseBinaryOps.h 21 EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived)
73 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, const OtherDerived>
83 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived, const ConstantReturnType>
97 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, const OtherDerived>
107 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived, const ConstantReturnType>
122 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>
MatrixCwiseUnaryOps.h 20 EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Derived>
30 EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const Derived>
CommonCwiseBinaryOps.h 41 EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
ArrayCwiseBinaryOps.h 6 EIGEN_STRONG_INLINE const EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived)
17 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>
36 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const Derived,
61 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const Derived,
  /external/eigen/Eigen/src/SparseCore/
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, Index outer)
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, Index outer)
184 EIGEN_STRONG_INLINE Derived& operator++(
    [all...]
SparseCwiseUnaryOp.h 41 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
45 EIGEN_STRONG_INLINE InnerIterator& operator++()
48 EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value()); }
64 EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Index outer)
68 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
71 EIGEN_STRONG_INLINE typename CwiseUnaryOpImpl::Scalar value() const { return m_functor(Base::value()); }
105 EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::Index outer)
109 EIGEN_STRONG_INLINE InnerIterator& operator++()
112 EIGEN_STRONG_INLINE typename CwiseUnaryViewImpl::Scalar value() const { return m_functor(Base::value()); }
113 EIGEN_STRONG_INLINE typename CwiseUnaryViewImpl::Scalar& valueRef() { return m_functor(Base::valueRef());
    [all...]
SparseTriangularView.h 72 EIGEN_STRONG_INLINE InnerIterator(const SparseTriangularView& view, Index outer)
90 EIGEN_STRONG_INLINE InnerIterator& operator++()
120 EIGEN_STRONG_INLINE operator bool() const
142 EIGEN_STRONG_INLINE ReverseInnerIterator(const SparseTriangularView& view, Index outer)
152 EIGEN_STRONG_INLINE ReverseInnerIterator& operator--()
158 EIGEN_STRONG_INLINE operator bool() const
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 59 EIGEN_STRONG_INLINE Scalar pmadd(const Scalar& x, const Scalar& y, const Scalar& c) const { return internal::pmadd(x,y,c); }
60 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const { return internal::pmul(x,y); }
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) cons
    [all...]

Completed in 362 milliseconds

1 2 3