Searched refs:outer_stride_at_compile_time (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseUnaryView.h48 OuterStrideAtCompileTime = outer_stride_at_compile_time<MatrixType>::ret == Dynamic
50 : outer_stride_at_compile_time<MatrixType>::ret * int(sizeof(typename traits<MatrixType>::Scalar) / sizeof(Scalar))
H A DBlock.h76 : int(outer_stride_at_compile_time<XprType>::ret),
78 ? int(outer_stride_at_compile_time<XprType>::ret)
H A DDiagonal.h57 MatrixTypeOuterStride = outer_stride_at_compile_time<MatrixType>::ret,
H A DDenseCoeffsBase.h739 struct outer_stride_at_compile_time struct in namespace:Eigen::internal
745 struct outer_stride_at_compile_time<Derived, false> struct in namespace:Eigen::internal
H A DTranspose.h50 OuterStrideAtCompileTime = outer_stride_at_compile_time<MatrixType>::ret
H A DDenseBase.h178 OuterStrideAtCompileTime = internal::outer_stride_at_compile_time<Derived>::ret

Completed in 79 milliseconds