HomeSort by relevance Sort by last modified time
    Searched refs:MightCannotUseDest (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 243 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
246 gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,MightCannotUseDest> static_dest;
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 433 MightCannotUseDest = (Dest::InnerStrideAtCompileTime!=1) || ComplexByReal
436 gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,MightCannotUseDest> static_dest;

Completed in 61 milliseconds