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
58
typedef typename Base::
_ActualRhsType
_ActualRhsType
; \
80
typedef typename internal::remove_all<ActualRhsType>::type
_ActualRhsType
;
GeneralProduct.h
468
typedef typename ProductType::
_ActualRhsType
_ActualRhsType
;
481
DirectlyUseRhs =
_ActualRhsType
::InnerStrideAtCompileTime==1
484
gemv_static_vector_if<RhsScalar,
_ActualRhsType
::SizeAtCompileTime,
_ActualRhsType
::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
495
Map<typename
_ActualRhsType
::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
293
typedef typename ProductType::
_ActualRhsType
_ActualRhsType
;
304
DirectlyUseRhs =
_ActualRhsType
::InnerStrideAtCompileTime==1
307
gemv_static_vector_if<RhsScalar,
_ActualRhsType
::SizeAtCompileTime,
_ActualRhsType
::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
318
Map<typename
_ActualRhsType
::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
Completed in 3244 milliseconds