Home
last modified time | relevance | path

Searched refs:IsVectorAtCompileTime (Results 1 – 25 of 32) sorted by relevance

12

/external/eigen/Eigen/src/Core/
DRef.h17 …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:…
DSelfAdjointView.h106 … 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>
DMap.h94 Flags2 = (bool(HasNoStride) || bool(PlainObjectType::IsVectorAtCompileTime))
129 : IsVectorAtCompileTime ? this->size()
DDenseCoeffsBase.h153 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()
DDenseBase.h155 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()
DGeneralProduct.h342 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight };
581 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
618 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
DDot.h22 bool NeedToTranspose = T::IsVectorAtCompileTime
23 && U::IsVectorAtCompileTime
DMapBase.h15 …SERT((int(internal::traits<Derived>::Flags) & LinearAccessBit) || Derived::IsVectorAtCompileTime, \
57 using Base::IsVectorAtCompileTime;
DAssign_MKL.h52 InnerSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::SizeAtCompileTime)
55 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
DPlainObjectBase.h52 … bool IsVector = bool(Derived::IsVectorAtCompileTime) && bool(OtherDerived::IsVectorAtCompileTime)>
108 using Base::IsVectorAtCompileTime;
572 eigen_assert((this->size()==0 || (IsVectorAtCompileTime ? (this->size() == other.size())
DArrayBase.h65 using Base::IsVectorAtCompileTime;
DDiagonalMatrix.h32 IsVectorAtCompileTime = 0, enumerator
DAssign.h36 InnerSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::SizeAtCompileTime)
39 InnerMaxSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::MaxSizeAtCompileTime)
/external/eigen/Eigen/src/Core/util/
DMacros.h359 IsVectorAtCompileTime = Base::IsVectorAtCompileTime };
378 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
DStaticAssert.h129 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \
144 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \
/external/eigen/Eigen/src/Geometry/
DRotationBase.h17 …ate<typename RotationDerived, typename MatrixType, bool IsVector=MatrixType::IsVectorAtCompileTime>
70 …_base_generic_product_selector<Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnTy…
/external/eigen/Eigen/src/SparseCore/
DSparseProduct.h139 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
DSparseUtil.h58 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
DSparseMatrixBase.h75 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator
93 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h84 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
DSkylineMatrixBase.h59 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator
/external/eigen/test/
Dblock.cpp196 if(!MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride()
205 if(MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride()
Dmapstaticmethods.cpp17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
/external/eigen/Eigen/src/Core/products/
DSelfadjointProduct.h47 …me MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
/external/eigen/unsupported/Eigen/
DOpenGLSupport56 … && (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \
208 …&& (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \

12