OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_rhs
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h
203
internal::gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!UseRhs>
static_rhs
;
local
209
UseRhs ? const_cast<RhsScalar*>(rhs.data()) :
static_rhs
.data());
TriangularMatrixVector.h
307
gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs>
static_rhs
;
local
310
DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) :
static_rhs
.data());
/external/eigen/Eigen/src/Core/
GeneralProduct.h
484
gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs>
static_rhs
;
local
487
DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) :
static_rhs
.data());
Completed in 1707 milliseconds