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

  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 25 return _expression();
33 return _expression();
41 return _expression();
49 return _expression();
58 return EIGEN_CWISE_PRODUCT_RETURN_TYPE(ExpressionType,OtherDerived)(_expression(), other.derived());
67 return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)(_expression(), other.derived());
97 return _expression();
105 return _expression();
114 return _expression();
123 return EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_pow_op)(_expression(), internal::scalar_pow_op<Scalar>(exponent))
    [all...]
Lazy.h 56 other._expression().derived().addTo(derived()); return derived();
66 other._expression().derived().subTo(derived()); return derived();
Cwise.h 62 inline const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::Cwise
76 { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_min_op)(_expression(), other.derived()); }
82 { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_max_op)(_expression(), other.derived()); }
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 107 CrossReturnType res(_expression().rows(),_expression().cols());
111 res.row(0) = (_expression().row(1) * other.coeff(2) - _expression().row(2) * other.coeff(1)).conjugate();
112 res.row(1) = (_expression().row(2) * other.coeff(0) - _expression().row(0) * other.coeff(2)).conjugate();
113 res.row(2) = (_expression().row(0) * other.coeff(1) - _expression().row(1) * other.coeff(0)).conjugate();
118 res.col(0) = (_expression().col(1) * other.coeff(2) - _expression().col(2) * other.coeff(1)).conjugate()
    [all...]
Homogeneous.h 145 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()
    [all...]
  /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 265 inline const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::VectorwiseOp
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...]
Flagged.h 112 const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::Flagged
Replicate.h 172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
SelfAdjointView.h 99 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; } function in class:Eigen::SelfAdjointView
MatrixBase.h 469 { return lazyAssign(other._expression()); }
  /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/Core/products/
SelfadjointRank2Update.h 86 ::run(_expression().const_cast_derived().data(),_expression().outerStride(),actualU,actualV,actualAlpha);
SelfadjointProduct.h 116 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/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 2071 var _expression = expression, _context = context; variable
    [all...]
  /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 260 milliseconds