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

  /external/eigen/test/
product_syrk.cpp 38 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(rhs2,s1)._expression()),
46 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs2,s1)._expression(),
54 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs1.adjoint(),s1)._expression(),
62 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs1.adjoint(),s1)._expression(),
69 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs3.adjoint(),s1)._expression(),
73 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs3.adjoint(),s1)._expression(),
77 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c),s1)._expression()),
81 VERIFY_IS_APPROX((m2.template selfadjointView<Upper>().rankUpdate(m1.col(c),s1)._expression()),
84 VERIFY_IS_APPROX((rm2.template selfadjointView<Upper>().rankUpdate(m1.col(c),s1)._expression()),
94 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c).conjugate(),s1)._expression()),
    [all...]
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 259 inline const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::VectorwiseOp
272 { return typename ReduxReturnType<BinaryOp>::Type(_expression(), internal::member_redux<BinaryOp,Scalar>(func)); }
305 { return MinCoeffReturnType(_expression()); }
318 { return MaxCoeffReturnType(_expression()); }
330 { return SquaredNormReturnType(_expression()); }
342 { return NormReturnType(_expression()); }
355 { return typename LpNormReturnType<p>::Type(_expression()); }
366 { return BlueNormReturnType(_expression()); }
377 { return StableNormReturnType(_expression()); }
388 { return HypotNormReturnType(_expression()); }
    [all...]
Replicate.h 137 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
Reverse.h 206 internal::vectorwise_reverse_inplace_impl<Direction>::run(_expression().const_cast_derived());
SelfAdjointView.h 108 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; } function in class:Eigen::SelfAdjointView
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h 90 NSString *_expression = [NSString stringWithFormat:@"Expected noErr, got %ld for (%s)", (long)a1value, #a1]; \
91 [self failWithException:([NSException failureInCondition:_expression \
120 NSString *_expression = [NSString stringWithFormat:@"Expected %s(%ld) but got %ld for (%s)", #a2, (long)a2value, (long)a1value, #a1]; \
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/Geometry/
Homogeneous.h 150 return HomogeneousReturnType(_expression());
198 return HNormalized_Block(_expression(),0,0,
199 Direction==Vertical ? _expression().rows()-1 : _expression().rows(),
200 Direction==Horizontal ? _expression().cols()-1 : _expression().cols()).cwiseQuotient(
204 (HNormalized_Factors(_expression(),
205 Direction==Vertical ? _expression().rows()-1:0,
206 Direction==Horizontal ? _expression().cols()-1:0,
207 Direction==Vertical ? 1 : _expression().rows()
    [all...]
OrthoMethods.h 116 typename internal::nested_eval<ExpressionType,2>::type mat(_expression());
119 CrossReturnType res(_expression().rows(),_expression().cols());
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 86 ::run(_expression().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(actualV),actualAlpha);
SelfadjointProduct.h 126 selfadjoint_product_selector<MatrixType,DerivedU,UpLo>::run(_expression().const_cast_derived(), u.derived(), alpha);
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 402 milliseconds