OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActualLhsType
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/
ProductBase.h
52
typedef typename Base::
ActualLhsType
ActualLhsType
; \
72
typedef typename LhsBlasTraits::DirectLinearAccessType
ActualLhsType
;
73
typedef typename internal::remove_all<
ActualLhsType
>::type _ActualLhsType;
SolveTriangular.h
55
typedef typename LhsProductTraits::ExtractType
ActualLhsType
;
59
ActualLhsType
actualLhs = LhsProductTraits::extract(lhs);
87
typedef typename LhsProductTraits::DirectLinearAccessType
ActualLhsType
;
91
typename internal::add_const_on_value_type<
ActualLhsType
>::type actualLhs = LhsProductTraits::extract(lhs);
GeneralProduct.h
394
typedef typename ProductType::
ActualLhsType
ActualLhsType
;
400
ActualLhsType
actualLhs = LhsBlasTraits::extract(prod.lhs());
466
typedef typename ProductType::
ActualLhsType
ActualLhsType
;
472
typename add_const<
ActualLhsType
>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
216
typedef typename ProductType::
ActualLhsType
ActualLhsType
;
222
typename internal::add_const_on_value_type<
ActualLhsType
>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
291
typedef typename ProductType::
ActualLhsType
ActualLhsType
;
297
typename add_const<
ActualLhsType
>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
Completed in 42 milliseconds