/external/eigen/Eigen/src/Core/ |
D | Ref.h | 17 …name StrideType = typename internal::conditional<PlainObjectType::IsVectorAtCompileTime,InnerStrid… 104 …StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((… 108 OuterStrideMatch = Derived::IsVectorAtCompileTime 142 : IsVectorAtCompileTime ? this->size() 176 …if(Expression::IsVectorAtCompileTime && (!PlainObjectType::IsVectorAtCompileTime) && ((Expression:…
|
D | SelfAdjointView.h | 106 … SelfadjointProductMatrix<MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime> 110 <MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime> 116 … SelfadjointProductMatrix<OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false> 120 <OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false>
|
D | Map.h | 94 Flags2 = (bool(HasNoStride) || bool(PlainObjectType::IsVectorAtCompileTime)) 129 : IsVectorAtCompileTime ? this->size()
|
D | DenseCoeffsBase.h | 153 EIGEN_STATIC_ASSERT(Derived::IsVectorAtCompileTime, 375 EIGEN_STATIC_ASSERT(Derived::IsVectorAtCompileTime, 602 return Derived::IsVectorAtCompileTime ? innerStride() : outerStride(); in stride() 673 return Derived::IsVectorAtCompileTime ? innerStride() : outerStride(); in stride()
|
D | DenseBase.h | 155 IsVectorAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime == 1 enumerator 169 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime) 198 return IsVectorAtCompileTime ? 1 in outerSize() 209 return IsVectorAtCompileTime ? this->size() in innerSize()
|
D | GeneralProduct.h | 342 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight }; 581 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime, 618 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
|
D | Dot.h | 22 bool NeedToTranspose = T::IsVectorAtCompileTime 23 && U::IsVectorAtCompileTime
|
D | MapBase.h | 15 …SERT((int(internal::traits<Derived>::Flags) & LinearAccessBit) || Derived::IsVectorAtCompileTime, \ 57 using Base::IsVectorAtCompileTime;
|
D | Assign_MKL.h | 52 InnerSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::SizeAtCompileTime) 55 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
|
D | PlainObjectBase.h | 52 … bool IsVector = bool(Derived::IsVectorAtCompileTime) && bool(OtherDerived::IsVectorAtCompileTime)> 108 using Base::IsVectorAtCompileTime; 572 eigen_assert((this->size()==0 || (IsVectorAtCompileTime ? (this->size() == other.size())
|
D | ArrayBase.h | 65 using Base::IsVectorAtCompileTime;
|
D | DiagonalMatrix.h | 32 IsVectorAtCompileTime = 0, enumerator
|
D | Assign.h | 36 InnerSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::SizeAtCompileTime) 39 InnerMaxSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::MaxSizeAtCompileTime)
|
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 359 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; 378 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
|
D | StaticAssert.h | 129 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \ 144 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \
|
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 17 …ate<typename RotationDerived, typename MatrixType, bool IsVector=MatrixType::IsVectorAtCompileTime> 70 …_base_generic_product_selector<Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnTy…
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseProduct.h | 139 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
|
D | SparseUtil.h | 58 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
|
D | SparseMatrixBase.h | 75 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator 93 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineProduct.h | 84 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
|
D | SkylineMatrixBase.h | 59 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator
|
/external/eigen/test/ |
D | block.cpp | 196 if(!MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride() 205 if(MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride()
|
D | mapstaticmethods.cpp | 17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointProduct.h | 47 …me MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 56 … && (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \ 208 …&& (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \
|