OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActualRhsType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
ProductBase.h
57
typedef typename Base::
ActualRhsType
ActualRhsType
; \
79
typedef typename RhsBlasTraits::DirectLinearAccessType
ActualRhsType
;
80
typedef typename internal::remove_all<
ActualRhsType
>::type _ActualRhsType;
GeneralProduct.h
395
typedef typename ProductType::
ActualRhsType
ActualRhsType
;
401
ActualRhsType
actualRhs = RhsBlasTraits::extract(prod.rhs());
467
typedef typename ProductType::
ActualRhsType
ActualRhsType
;
473
typename add_const<
ActualRhsType
>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
217
typedef typename ProductType::
ActualRhsType
ActualRhsType
;
223
typename internal::add_const_on_value_type<
ActualRhsType
>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
292
typedef typename ProductType::
ActualRhsType
ActualRhsType
;
298
typename add_const<
ActualRhsType
>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
Completed in 65 milliseconds