Searched refs:IsVectorAtCompileTime (Results 1 - 25 of 30) sorted by relevance

12

/external/eigen/Eigen/src/Core/
H A DRef.h17 typename StrideType = typename internal::conditional<PlainObjectType::IsVectorAtCompileTime,InnerStride<1>,OuterStride<> >::type > class Ref;
104 StorageOrderMatch = PlainObjectType::IsVectorAtCompileTime || Derived::IsVectorAtCompileTime || ((PlainObjectType::Flags&RowMajorBit)==(Derived::Flags&RowMajorBit)),
108 OuterStrideMatch = Derived::IsVectorAtCompileTime
142 : IsVectorAtCompileTime ? this->size()
176 if(Expression::IsVectorAtCompileTime && (!PlainObjectType::IsVectorAtCompileTime) && ((Expression::Flags&RowMajorBit)!=(PlainObjectType::Flags&RowMajorBit)))
H A DMap.h94 Flags2 = (bool(HasNoStride) || bool(PlainObjectType::IsVectorAtCompileTime))
129 : IsVectorAtCompileTime ? this->size()
H A 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>
H A DDot.h22 bool NeedToTranspose = T::IsVectorAtCompileTime
23 && U::IsVectorAtCompileTime
H A DDenseBase.h155 IsVectorAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime == 1 enumerator in enum:Eigen::DenseBase::__anon20523
169 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
189 * \sa rows(), cols(), IsVectorAtCompileTime. */
198 return IsVectorAtCompileTime ? 1
209 return IsVectorAtCompileTime ? this->size()
H A DDenseCoeffsBase.h153 EIGEN_STATIC_ASSERT(Derived::IsVectorAtCompileTime,
375 EIGEN_STATIC_ASSERT(Derived::IsVectorAtCompileTime,
602 return Derived::IsVectorAtCompileTime ? innerStride() : outerStride();
673 return Derived::IsVectorAtCompileTime ? innerStride() : outerStride();
H A DAssign_MKL.h52 InnerSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::SizeAtCompileTime)
55 InnerMaxSize = int(Dst::IsVectorAtCompileTime) ? int(Dst::MaxSizeAtCompileTime)
H A DMapBase.h15 EIGEN_STATIC_ASSERT((int(internal::traits<Derived>::Flags) & LinearAccessBit) || Derived::IsVectorAtCompileTime, \
57 using Base::IsVectorAtCompileTime;
H A DGeneralProduct.h342 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight };
581 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
618 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
H A DArrayBase.h65 using Base::IsVectorAtCompileTime;
H A 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())
H A DDiagonalMatrix.h32 IsVectorAtCompileTime = 0, enumerator in enum:Eigen::DiagonalBase::__anon20531
H A DSolveTriangular.h180 enum { copy = internal::traits<OtherDerived>::Flags & RowMajorBit && OtherDerived::IsVectorAtCompileTime };
/external/eigen/Eigen/src/Core/util/
H A DStaticAssert.h127 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \
142 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \
H A DMacros.h352 IsVectorAtCompileTime = Base::IsVectorAtCompileTime };
371 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
H A DBlasUtil.h161 && ( bool(XprType::IsVectorAtCompileTime)
/external/eigen/Eigen/src/Geometry/
H A DRotationBase.h17 template<typename RotationDerived, typename MatrixType, bool IsVector=MatrixType::IsVectorAtCompileTime>
70 EIGEN_STRONG_INLINE typename internal::rotation_base_generic_product_selector<Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnType
/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h139 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
H A DSparseUtil.h58 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
H A DSparseMatrixBase.h75 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator in enum:Eigen::SparseMatrixBase::__anon20975
93 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
162 * \sa rows(), cols(), IsVectorAtCompileTime. */
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h59 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator in enum:Eigen::SkylineMatrixBase::__anon21092
H A DSkylineProduct.h84 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
/external/eigen/test/
H A Dblock.cpp196 if(!MatrixType::IsVectorAtCompileTime)
205 if(MatrixType::IsVectorAtCompileTime)
H A Dmapstaticmethods.cpp17 bool IsVector = PlainObjectType::IsVectorAtCompileTime

Completed in 698 milliseconds

12