Home
last modified time | relevance | path

Searched refs:_expression (Results 1 – 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
DCwiseOperators.h25 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
33 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
41 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
49 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
58 …return EIGEN_CWISE_PRODUCT_RETURN_TYPE(ExpressionType,OtherDerived)(_expression(), other.derived()… in EIGEN_CWISE_PRODUCT_RETURN_TYPE()
67 …return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)(_expression(), other.derived());
97 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
105 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
114 return _expression(); in EIGEN_CWISE_UNOP_RETURN_TYPE()
123 …return EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_pow_op)(_expression(), internal::scalar_pow_o… in EIGEN_CWISE_UNOP_RETURN_TYPE()
[all …]
DLazy.h56 other._expression().derived().addTo(derived()); return derived();
66 other._expression().derived().subTo(derived()); return derived();
DCwise.h62 inline const ExpressionType& _expression() const { return m_matrix; } in _expression() function
76 … { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_min_op)(_expression(), other.derived()); } in EIGEN_CWISE_BINOP_RETURN_TYPE()
82 … { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_max_op)(_expression(), other.derived()); } in EIGEN_CWISE_BINOP_RETURN_TYPE()
/external/eigen/Eigen/src/Geometry/
DOrthoMethods.h107 CrossReturnType res(_expression().rows(),_expression().cols()); in cross()
111 …res.row(0) = (_expression().row(1) * other.coeff(2) - _expression().row(2) * other.coeff(1)).conju… in cross()
112 …res.row(1) = (_expression().row(2) * other.coeff(0) - _expression().row(0) * other.coeff(2)).conju… in cross()
113 …res.row(2) = (_expression().row(0) * other.coeff(1) - _expression().row(1) * other.coeff(0)).conju… in cross()
118 …res.col(0) = (_expression().col(1) * other.coeff(2) - _expression().col(2) * other.coeff(1)).conju… in cross()
119 …res.col(1) = (_expression().col(2) * other.coeff(0) - _expression().col(0) * other.coeff(2)).conju… in cross()
120 …res.col(2) = (_expression().col(0) * other.coeff(1) - _expression().col(1) * other.coeff(0)).conju… in cross()
DHomogeneous.h145 return _expression();
178 return HNormalized_Block(_expression(),0,0,
179 Direction==Vertical ? _expression().rows()-1 : _expression().rows(),
180 Direction==Horizontal ? _expression().cols()-1 : _expression().cols()).cwiseQuotient(
184 (HNormalized_Factors(_expression(),
185 Direction==Vertical ? _expression().rows()-1:0,
186 Direction==Horizontal ? _expression().cols()-1:0,
187 Direction==Vertical ? 1 : _expression().rows(),
188 Direction==Horizontal ? 1 : _expression().cols()),
189 Direction==Vertical ? _expression().rows()-1 : 1,
[all …]
/external/eigen/test/
Dproduct_syrk.cpp38 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(rhs2,s1)._expression()), in syrk()
46 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs2,s1)._expression(), in syrk()
54 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs1.adjoint(),s1)._expression(), in syrk()
62 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs1.adjoint(),s1)._expression(), in syrk()
69 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs3.adjoint(),s1)._expression(), in syrk()
73 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs3.adjoint(),s1)._expression(), in syrk()
77 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c),s1)._expression()), in syrk()
81 VERIFY_IS_APPROX((m2.template selfadjointView<Upper>().rankUpdate(m1.col(c),s1)._expression()), in syrk()
84 VERIFY_IS_APPROX((rm2.template selfadjointView<Upper>().rankUpdate(m1.col(c),s1)._expression()), in syrk()
94 …S_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c).conjugate(),s1)._expression()), in syrk()
[all …]
/external/eigen/Eigen/src/Core/
DVectorwiseOp.h265 inline const ExpressionType& _expression() const { return m_matrix; }
277 { return typename ReduxReturnType<BinaryOp>::Type(_expression(), func); }
289 { return _expression(); }
301 { return _expression(); }
311 { return _expression(); }
321 { return _expression(); }
330 { return _expression(); }
339 { return _expression(); }
348 { return _expression(); }
358 { return _expression(); }
[all …]
DFlagged.h112 const ExpressionType& _expression() const { return m_matrix; }
DReplicate.h172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
DSelfAdjointView.h99 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; }
DMatrixBase.h469 { return lazyAssign(other._expression()); } in lazyAssign()
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h90 …NSString *_expression = [NSString stringWithFormat:@"Expected noErr, got %ld for (%s)", (long)a1va…
91 [self failWithException:([NSException failureInCondition:_expression \
120 …NSString *_expression = [NSString stringWithFormat:@"Expected %s(%ld) but got %ld for (%s)", #a2, …
121 [self failWithException:([NSException failureInCondition:_expression \
149 NSString *_expression = [NSString stringWithFormat:@"((%s) != NULL)", #a1]; \
150 [self failWithException:([NSException failureInCondition:_expression \
177 NSString *_expression = [NSString stringWithFormat:@"((%s) == NULL)", #a1]; \
178 [self failWithException:([NSException failureInCondition:_expression \
215 NSString *_expression = [NSString stringWithFormat:@"((%s) != (%s))", #a1, #a2]; \
216 [self failWithException:([NSException failureInCondition:_expression \
[all …]
/external/eigen/Eigen/src/Core/products/
DSelfadjointRank2Update.h86 …::run(_expression().const_cast_derived().data(),_expression().outerStride(),actualU,actualV,actual…
DSelfadjointProduct.h116 …selfadjoint_product_selector<MatrixType,DerivedU,UpLo>::run(_expression().const_cast_derived(), u.…
/external/guice/extensions/persist/lib/
Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2071 var _expression = expression, _context = context;
2077 _expression = '#' + slickid + ' ' + _expression;
2082 if (first) return context.querySelector(_expression) || null;
2083 else nodes = context.querySelectorAll(_expression);
/external/guice/extensions/struts2/lib/
Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/ ...