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

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 214 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs;
215 typedef typename internal::remove_all<ActualRhs>::type _ActualRhs;
216 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
235 ei_declare_aligned_stack_constructed_variable(Scalar, actualRhsPtr, actualRhs.size(),
236 (UseRhsDirectly ? const_cast<Scalar*>(actualRhs.data()) : static_rhs.data()));
237 if(!UseRhsDirectly) Map<typename _ActualRhs::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
260 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs;
261 typedef typename internal::remove_all<ActualRhs>::type _ActualRhs
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 208 typedef typename conditional<NeedToTranspose,LhsT,RhsT>::type ActualRhs;
219 typedef evaluator<ActualRhs> RhsEval;
236 m_factor(get(xprEval.m_rhsXprImpl, outer, typename internal::traits<ActualRhs>::StorageKind() ))
266 sparse_dense_outer_product_evaluator(const Lhs1 &lhs, const ActualRhs &rhs)
273 sparse_dense_outer_product_evaluator(const ActualRhs &rhs, const Lhs1 &lhs)
282 evaluator<ActualRhs> m_rhsXprImpl;

Completed in 1560 milliseconds