OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProductType
(Results
1 - 7
of
7
) sorted by null
/external/eigen/Eigen/src/Core/
GeneralProduct.h
35
template<typename Lhs, typename Rhs, int
ProductType
= internal::product_type<Lhs,Rhs>::value>
148
template<typename Lhs, typename Rhs, int
ProductType
>
155
typedef GeneralProduct<Lhs/*Nested*/, Rhs/*Nested*/,
ProductType
> Type;
227
template<typename
ProductType
, typename Dest, typename Func>
228
EIGEN_DONT_INLINE void outer_product_selector_run(const
ProductType
& prod, Dest& dest, const Func& func, const false_type&)
239
template<typename
ProductType
, typename Dest, typename Func>
240
EIGEN_DONT_INLINE void outer_product_selector_run(const
ProductType
& prod, Dest& dest, const Func& func, const true_type&) {
359
template<typename
ProductType
, typename Dest>
360
static void run(const
ProductType
& prod, Dest& dest, const typename
ProductType
::Scalar& alpha
[
all
...]
/external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h
220
typedef TriangularProduct<Mode,true,Lhs,false,Rhs,true>
ProductType
;
221
typedef typename
ProductType
::Index Index;
222
typedef typename
ProductType
::LhsScalar LhsScalar;
223
typedef typename
ProductType
::RhsScalar RhsScalar;
224
typedef typename
ProductType
::Scalar ResScalar;
225
typedef typename
ProductType
::RealScalar RealScalar;
226
typedef typename
ProductType
::ActualLhsType ActualLhsType;
227
typedef typename
ProductType
::ActualRhsType ActualRhsType;
228
typedef typename
ProductType
::LhsBlasTraits LhsBlasTraits;
229
typedef typename
ProductType
::RhsBlasTraits RhsBlasTraits
[
all
...]
GeneralMatrixMatrixTriangular.h
186
template<typename MatrixType, typename
ProductType
, int UpLo, bool IsOuterProduct>
190
template<typename MatrixType, typename
ProductType
, int UpLo>
191
struct general_product_to_triangular_selector<MatrixType,
ProductType
,UpLo,true>
193
static void run(MatrixType& mat, const
ProductType
& prod, const typename MatrixType::Scalar& alpha)
198
typedef typename internal::remove_all<typename
ProductType
::LhsNested>::type Lhs;
204
typedef typename internal::remove_all<typename
ProductType
::RhsNested>::type Rhs;
236
template<typename MatrixType, typename
ProductType
, int UpLo>
237
struct general_product_to_triangular_selector<MatrixType,
ProductType
,UpLo,false>
239
static void run(MatrixType& mat, const
ProductType
& prod, const typename MatrixType::Scalar& alpha)
243
typedef typename internal::remove_all<typename
ProductType
::LhsNested>::type Lhs
[
all
...]
/external/eigen/Eigen/src/Geometry/
Transform.h
468
typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >
ProductType
;
469
typedef typename
ProductType
::ResultType ResultType;
478
typedef typename icc_11_workaround<OtherMode,OtherOptions>::
ProductType
ProductType
;
479
return
ProductType
::run(*this,other);
[
all
...]
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
141
int
ProductType
= internal::product_type<Lhs,Rhs>::value>
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
Completed in 340 milliseconds