Searched defs:actualRhs (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h222 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs); local
267 actualRhs.data(),actualRhs.innerStride(),
296 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs); local
307 ei_declare_aligned_stack_constructed_variable(RhsScalar,actualRhsPtr,actualRhs.size(),
308 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
313 Index size = actualRhs.size();
316 Map<typename ActualRhsTypeCleaned::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
H A DGeneralMatrixMatrixTriangular.h216 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs()); local
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;
262 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs()); local
292 &actualRhs.coeffRef(0,SkipDiag&&(UpLo&Upper)==Upper ? 1 : 0), actualRhs.outerStride(),
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h214 ActualRhsType actualRhs = RhsBlasTraits::extract(rhs); local
242 RhsMapper(actualRhs.data(), actualRhs.innerStride()),
275 RhsMapper(actualRhs.data(), actualRhs.innerStride()),
306 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(rhs); local
319 ei_declare_aligned_stack_constructed_variable(RhsScalar,actualRhsPtr,actualRhs.size(),
320 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
325 Index size = actualRhs.size();
328 Map<typename ActualRhsTypeCleaned::PlainObject>(actualRhsPtr, actualRhs
[all...]

Completed in 196 milliseconds