Searched refs:_expression (Results 1 - 14 of 14) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DCwiseOperators.h25 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(), interna
[all...]
H A DLazy.h56 other._expression().derived().addTo(derived()); return derived();
66 other._expression().derived().subTo(derived()); return derived();
H A DCwise.h62 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/
H A DOrthoMethods.h107 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()
[all...]
H A 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()
[all...]
/external/eigen/test/
H A Dproduct_syrk.cpp38 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/
H A DVectorwiseOp.h265 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...]
H A DFlagged.h112 const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::Flagged
H A DReplicate.h172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
H A DSelfAdjointView.h99 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; } function in class:Eigen::SelfAdjointView
H A DMatrixBase.h475 { return lazyAssign(other._expression()); }
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointRank2Update.h86 ::run(_expression().const_cast_derived().data(),_expression().outerStride(),actualU,actualV,actualAlpha);
H A DSelfadjointProduct.h116 selfadjoint_product_selector<MatrixType,DerivedU,UpLo>::run(_expression().const_cast_derived(), u.derived(), alpha);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DWatchExpressionsSidebarPane.js372 this.treeOutline.section._expandedExpressions[this._expression()] = true;
378 delete this.treeOutline.section._expandedExpressions[this._expression()];
384 if (this.treeOutline.section._expandedExpressions[this._expression()])
388 _expression: function()

Completed in 2270 milliseconds