OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MightCannotUseDest
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
233
MightCannotUseDest
= (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
236
gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,
MightCannotUseDest
> static_dest;
/external/eigen/Eigen/src/Core/
GeneralProduct.h
411
MightCannotUseDest
= (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
414
gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,
MightCannotUseDest
> static_dest;
Completed in 80 milliseconds