Home
last modified time | relevance | path

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

12

/external/eigen/Eigen/src/Core/util/
DMacros.h338 IsVectorAtCompileTime = Base::IsVectorAtCompileTime };
357 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
DStaticAssert.h126 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \
141 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \
/external/eigen/Eigen/src/Core/
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()
DGeneralProduct.h320 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight };
559 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
596 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
DDenseBase.h145 IsVectorAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime == 1 enumerator
159 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
188 return IsVectorAtCompileTime ? 1 in outerSize()
199 return IsVectorAtCompileTime ? this->size() in innerSize()
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)
DAssign.h36 InnerSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::SizeAtCompileTime)
39 InnerMaxSize = int(Derived::IsVectorAtCompileTime) ? int(Derived::MaxSizeAtCompileTime)
511 bool NeedToTranspose = Derived::IsVectorAtCompileTime
512 && OtherDerived::IsVectorAtCompileTime
DTriangularMatrix.h281 TriangularProduct<Mode,true,MatrixType,false,OtherDerived, OtherDerived::IsVectorAtCompileTime>
285 <Mode,true,MatrixType,false,OtherDerived,OtherDerived::IsVectorAtCompileTime>
291 TriangularProduct<Mode,false,OtherDerived,OtherDerived::IsVectorAtCompileTime,MatrixType,false>
295 <Mode,false,OtherDerived,OtherDerived::IsVectorAtCompileTime,MatrixType,false>
DArrayBase.h65 using Base::IsVectorAtCompileTime;
DPlainObjectBase.h37 …d, typename OtherDerived = Derived, bool IsVector = bool(Derived::IsVectorAtCompileTime)> struct c…
92 using Base::IsVectorAtCompileTime;
551 eigen_assert((this->size()==0 || (IsVectorAtCompileTime ? (this->size() == other.size())
DDiagonalMatrix.h31 IsVectorAtCompileTime = 0, enumerator
DSolveTriangular.h180 …py = internal::traits<OtherDerived>::Flags & RowMajorBit && OtherDerived::IsVectorAtCompileTime };
/external/eigen/Eigen/src/SparseCore/
DSparseProduct.h137 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
DSparseUtil.h58 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
/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/unsupported/Eigen/src/Skyline/
DSkylineProduct.h84 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
DSkylineMatrixBase.h59 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator
/external/eigen/test/
Dblock.cpp167 if(!MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride()
176 if(MatrixType::IsVectorAtCompileTime) in compare_using_data_and_stride()
Dmapstaticmethods.cpp17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
/external/eigen/Eigen/src/Core/products/
DSelfadjointProduct.h49 …me MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
/external/eigen/unsupported/Eigen/
DOpenGLSupport51 … && (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \
203 …&& (XprType::IsVectorAtCompileTime || (XprType::Flags&RowMajorBit)==0)> \

12