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

  /external/eigen/Eigen/src/Core/
Assign_MKL.h 55 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
63 VmlSize = MightLinearize ? MaxSizeAtCompileTime : InnerMaxSize,
Redux.h 32 InnerMaxSize = int(Derived::IsRowMajor)
41 MaySliceVectorize = MightVectorize && int(InnerMaxSize)>=3*PacketSize
Assign.h 39 InnerMaxSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::MaxSizeAtCompileTime)
58 && (int(InnerMaxSize)==Dynamic || int(InnerMaxSize)>=3*PacketSize)
60 indicated by InnerMaxSize rather than InnerSize, think of the case of a dynamic block
109 EIGEN_DEBUG_VAR(InnerMaxSize)

Completed in 56 milliseconds