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

12

/external/eigen/Eigen/src/Core/
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.h145 IsVectorAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime == 1 enumerator in enum:Eigen::DenseBase::__anon17819
159 InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? int(SizeAtCompileTime)
179 * \sa rows(), cols(), IsVectorAtCompileTime. */
188 return IsVectorAtCompileTime ? 1
199 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.h320 enum { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight };
559 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
596 AreVectors = Derived::IsVectorAtCompileTime && OtherDerived::IsVectorAtCompileTime,
H A DArrayBase.h65 using Base::IsVectorAtCompileTime;
H A 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
H A DDiagonalMatrix.h31 IsVectorAtCompileTime = 0, enumerator in enum:Eigen::DiagonalBase::__anon17826
H A 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>
H A DSolveTriangular.h180 enum { copy = internal::traits<OtherDerived>::Flags & RowMajorBit && OtherDerived::IsVectorAtCompileTime };
H A DPlainObjectBase.h37 template <typename Derived, typename OtherDerived = Derived, bool IsVector = bool(Derived::IsVectorAtCompileTime)> struct conservative_resize_like_impl;
92 using Base::IsVectorAtCompileTime;
551 eigen_assert((this->size()==0 || (IsVectorAtCompileTime ? (this->size() == other.size())
/external/eigen/Eigen/src/Core/util/
H A DStaticAssert.h126 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime, \
141 EIGEN_STATIC_ASSERT(TYPE::IsVectorAtCompileTime && TYPE::SizeAtCompileTime==SIZE, \
H A DMacros.h338 IsVectorAtCompileTime = Base::IsVectorAtCompileTime };
357 IsVectorAtCompileTime = Base::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.h137 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
H A DSparseUtil.h58 IsVectorAtCompileTime = Base::IsVectorAtCompileTime }; \
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h59 IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, enumerator in enum:Eigen::SkylineMatrixBase::__anon18340
H A DSkylineProduct.h84 AreVectors = _LhsNested::IsVectorAtCompileTime && _RhsNested::IsVectorAtCompileTime,
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h49 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
/external/eigen/test/
H A Dblock.cpp167 if(!MatrixType::IsVectorAtCompileTime)
176 if(MatrixType::IsVectorAtCompileTime)
H A Dmapstaticmethods.cpp17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h125 res.d = Derived::IsVectorAtCompileTime ? mat.derived().size() : mat.derived().outerStride();

Completed in 270 milliseconds

12