OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_RhsNested
(Results
1 - 9
of
9
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseProduct.h
44
typedef typename remove_all<RhsNested>::type
_RhsNested
;
47
typename traits<
_RhsNested
>::Index>::type Index;
51
RhsCoeffReadCost =
_RhsNested
::CoeffReadCost,
53
RhsFlags =
_RhsNested
::Flags,
56
ColsAtCompileTime =
_RhsNested
::ColsAtCompileTime,
58
MaxColsAtCompileTime =
_RhsNested
::MaxColsAtCompileTime,
60
InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime,
_RhsNested
::RowsAtCompileTime),
90
typedef typename internal::traits<SparseSparseProduct>::
_RhsNested
_RhsNested
;
117
internal::conservative_sparse_sparse_product_selector<_LhsNested,
_RhsNested
, Dest>::run(lhs(),rhs(),result)
[
all
...]
SparseCwiseBinaryOp.h
99
typedef typename traits<CwiseBinaryXpr>::
_RhsNested
_RhsNested
;
101
typedef typename
_RhsNested
::InnerIterator RhsIterator;
166
typedef typename traits<CwiseBinaryXpr>::
_RhsNested
_RhsNested
;
167
typedef typename
_RhsNested
::InnerIterator RhsIterator;
259
typedef typename traits<CwiseBinaryXpr>::
_RhsNested
_RhsNested
;
260
typedef typename
_RhsNested
::InnerIterator RhsIterator;
SparseDiagonalProduct.h
67
typedef typename internal::remove_all<RhsNested>::type
_RhsNested
;
72
RhsMode = internal::is_diagonal<
_RhsNested
>::ret ? internal::SDP_IsDiagonal
73
: (
_RhsNested
::Flags&RowMajorBit) ? internal::SDP_IsSparseRowMajor : internal::SDP_IsSparseColMajor
81
<_LhsNested,
_RhsNested
,SparseDiagonalProduct,LhsMode,RhsMode> InnerIterator;
93
EIGEN_STRONG_INLINE const
_RhsNested
& rhs() const { return m_rhs; }
SparseDenseProduct.h
47
typedef typename remove_all<RhsNested>::type
_RhsNested
;
51
RhsCoeffReadCost = traits<
_RhsNested
>::CoeffReadCost,
81
typedef typename Traits::
_RhsNested
_RhsNested
;
103
EIGEN_STRONG_INLINE const
_RhsNested
& rhs() const { return m_rhs; }
280
Transpose<const
_RhsNested
> rhs_t(m_rhs);
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h
27
typedef typename internal::remove_all<RhsNested>::type
_RhsNested
;
32
RhsCoeffReadCost =
_RhsNested
::CoeffReadCost,
34
RhsFlags =
_RhsNested
::Flags,
37
ColsAtCompileTime =
_RhsNested
::ColsAtCompileTime,
38
InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime,
_RhsNested
::RowsAtCompileTime),
41
MaxColsAtCompileTime =
_RhsNested
::MaxColsAtCompileTime,
71
typedef typename traits<SkylineProduct>::
_RhsNested
_RhsNested
;
82
||
_RhsNested
::RowsAtCompileTime == Dynamic
83
|| int(_LhsNested::ColsAtCompileTime) == int(
_RhsNested
::RowsAtCompileTime)
[
all
...]
/external/eigen/Eigen/src/Core/
CwiseBinaryOp.h
66
typedef typename remove_reference<RhsNested>::type
_RhsNested
;
69
RhsCoeffReadCost =
_RhsNested
::CoeffReadCost,
71
RhsFlags =
_RhsNested
::Flags,
72
SameType = is_same<typename _LhsNested::Scalar,typename
_RhsNested
::Scalar>::value,
123
typedef typename internal::remove_reference<RhsNested>::type
_RhsNested
;
152
const
_RhsNested
& rhs() const { return m_rhs; }
ProductBase.h
55
typedef typename Base::
_RhsNested
_RhsNested
; \
77
typedef typename internal::remove_all<RhsNested>::type
_RhsNested
;
78
typedef internal::blas_traits<
_RhsNested
> RhsBlasTraits;
114
const
_RhsNested
& rhs() const { return m_rhs; }
224
typename NestedProduct::
_RhsNested
> >
234
typename NestedProduct::
_RhsNested
>
239
typename NestedProduct::
_RhsNested
> Base;
GeneralProduct.h
321
typedef typename internal::conditional<int(Side)==OnTheRight,_LhsNested,
_RhsNested
>::type MatrixType;
343
::run(GeneralProduct<Transpose<const typename ProductType::
_RhsNested
>,Transpose<const typename ProductType::_LhsNested>, GemvProduct>
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
42
typedef typename remove_all<RhsNested>::type
_RhsNested
;
43
typedef typename scalar_product_traits<typename _LhsNested::Scalar, typename
_RhsNested
::Scalar>::ReturnType Scalar;
45
typename traits<
_RhsNested
>::StorageKind>::ret StorageKind;
47
typename traits<
_RhsNested
>::Index>::type Index;
51
RhsCoeffReadCost =
_RhsNested
::CoeffReadCost,
53
RhsFlags =
_RhsNested
::Flags,
56
ColsAtCompileTime =
_RhsNested
::ColsAtCompileTime,
57
InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime,
_RhsNested
::RowsAtCompileTime),
60
MaxColsAtCompileTime =
_RhsNested
::MaxColsAtCompileTime,
65
SameType = is_same<typename _LhsNested::Scalar,typename
_RhsNested
::Scalar>::value
[
all
...]
Completed in 216 milliseconds