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

  /external/eigen/Eigen/src/Core/
Ref.h 103 HasDirectAccess = internal::has_direct_access<Derived>::ret,
112 MatchAtCompileTime = HasDirectAccess && StorageOrderMatch && InnerStrideMatch && OuterStrideMatch && AlignmentMatch && ScalarTypeMatch
242 // std::cout << match_helper<Derived>::HasDirectAccess << "," << match_helper<Derived>::OuterStrideMatch << "," << match_helper<Derived>::InnerStrideMatch << "\n";
Block.h 97 bool HasDirectAccess = internal::has_direct_access<XprType>::ret> class BlockImpl_dense;
166 template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess> class BlockImpl_dense
DenseCoeffsBase.h 726 template<typename Derived, bool HasDirectAccess = has_direct_access<Derived>::ret>
738 template<typename Derived, bool HasDirectAccess = has_direct_access<Derived>::ret>
Transpose.h 86 template<typename MatrixType, bool HasDirectAccess = has_direct_access<MatrixType>::ret>

Completed in 265 milliseconds