OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVectorAtCompileTime
(Results
1 - 25
of
30
) sorted by null
1
2
/external/eigen/Eigen/src/Core/
Ref.h
17
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)))
Map.h
94
Flags2 = (bool(HasNoStride) || bool(PlainObjectType::
IsVectorAtCompileTime
))
129
:
IsVectorAtCompileTime
? this->size()
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>
DenseCoeffsBase.h
153
EIGEN_STATIC_ASSERT(Derived::
IsVectorAtCompileTime
,
375
EIGEN_STATIC_ASSERT(Derived::
IsVectorAtCompileTime
,
602
return Derived::
IsVectorAtCompileTime
? innerStride() : outerStride();
673
return Derived::
IsVectorAtCompileTime
? innerStride() : outerStride();
Assign_MKL.h
52
InnerSize = int(Dst::
IsVectorAtCompileTime
) ? int(Dst::SizeAtCompileTime)
55
InnerMaxSize = int(Dst::
IsVectorAtCompileTime
) ? int(Dst::MaxSizeAtCompileTime)
Dot.h
22
bool NeedToTranspose = T::
IsVectorAtCompileTime
23
&& U::
IsVectorAtCompileTime
MapBase.h
15
EIGEN_STATIC_ASSERT((int(internal::traits<Derived>::Flags) & LinearAccessBit) || Derived::
IsVectorAtCompileTime
, \
57
using Base::
IsVectorAtCompileTime
;
DenseBase.h
155
IsVectorAtCompileTime
= internal::traits<Derived>::MaxRowsAtCompileTime == 1
169
InnerSizeAtCompileTime = int(
IsVectorAtCompileTime
) ? int(SizeAtCompileTime)
189
* \sa rows(), cols(),
IsVectorAtCompileTime
. */
198
return
IsVectorAtCompileTime
? 1
209
return
IsVectorAtCompileTime
? this->size()
GeneralProduct.h
342
enum { Side = Lhs::
IsVectorAtCompileTime
? OnTheLeft : OnTheRight };
581
AreVectors = Derived::
IsVectorAtCompileTime
&& OtherDerived::
IsVectorAtCompileTime
,
618
AreVectors = Derived::
IsVectorAtCompileTime
&& OtherDerived::
IsVectorAtCompileTime
,
ArrayBase.h
65
using Base::
IsVectorAtCompileTime
;
DiagonalMatrix.h
32
IsVectorAtCompileTime
= 0,
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())
[
all
...]
SolveTriangular.h
180
enum { copy = internal::traits<OtherDerived>::Flags & RowMajorBit && OtherDerived::
IsVectorAtCompileTime
};
/external/eigen/Eigen/src/Core/util/
StaticAssert.h
127
EIGEN_STATIC_ASSERT(TYPE::
IsVectorAtCompileTime
, \
142
EIGEN_STATIC_ASSERT(TYPE::
IsVectorAtCompileTime
&& TYPE::SizeAtCompileTime==SIZE, \
Macros.h
352
IsVectorAtCompileTime
= Base::
IsVectorAtCompileTime
};
371
IsVectorAtCompileTime
= Base::
IsVectorAtCompileTime
}; \
/external/eigen/Eigen/src/Geometry/
RotationBase.h
17
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/
SparseProduct.h
139
AreVectors = _LhsNested::
IsVectorAtCompileTime
&& _RhsNested::
IsVectorAtCompileTime
,
SparseUtil.h
58
IsVectorAtCompileTime
= Base::
IsVectorAtCompileTime
}; \
SparseMatrixBase.h
75
IsVectorAtCompileTime
= RowsAtCompileTime == 1 || ColsAtCompileTime == 1,
93
InnerSizeAtCompileTime = int(
IsVectorAtCompileTime
) ? int(SizeAtCompileTime)
162
* \sa rows(), cols(),
IsVectorAtCompileTime
. */
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h
59
IsVectorAtCompileTime
= RowsAtCompileTime == 1 || ColsAtCompileTime == 1,
SkylineProduct.h
84
AreVectors = _LhsNested::
IsVectorAtCompileTime
&& _RhsNested::
IsVectorAtCompileTime
,
/external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h
47
template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::
IsVectorAtCompileTime
>
/external/eigen/test/
block.cpp
196
if(!MatrixType::
IsVectorAtCompileTime
)
205
if(MatrixType::
IsVectorAtCompileTime
)
mapstaticmethods.cpp
17
bool IsVector = PlainObjectType::
IsVectorAtCompileTime
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
130
res.d = Derived::
IsVectorAtCompileTime
? mat.derived().size() : mat.derived().outerStride();
Completed in 655 milliseconds
1
2