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

  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 47 template<typename Dest,typename ActualLhs>
48 static void addTo(Dest& dst, const ActualLhs& lhs, const Rhs& rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::type* = 0)
50 typedef typename nested_eval<ActualLhs,Dynamic>::type LhsNested;
SparseDenseProduct.h 214 Lhs1, SparseView<Lhs1> >::type ActualLhs;
218 typedef evaluator<ActualLhs> LhsEval;
220 typedef typename evaluator<ActualLhs>::InnerIterator LhsIterator;
281 evaluator<ActualLhs> m_lhsXprImpl;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 208 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs;
209 typedef typename internal::remove_all<ActualLhs>::type _ActualLhs;
210 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
230 ei_declare_aligned_stack_constructed_variable(Scalar, actualLhsPtr, actualLhs.size(),
231 (UseLhsDirectly ? const_cast<Scalar*>(actualLhs.data()) : static_lhs.data()));
232 if(!UseLhsDirectly) Map<typename _ActualLhs::PlainObject>(actualLhsPtr, actualLhs.size()) = actualLhs;
243 ::run(actualLhs.size(), mat.data(), mat.outerStride(), actualLhsPtr, actualRhsPtr, actualAlpha);
254 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs;
    [all...]

Completed in 703 milliseconds