OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneralProduct
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/
GeneralProduct.h
16
/** \class
GeneralProduct
30
*
GeneralProduct
should never be used direclty. To determine the result type of a
36
class
GeneralProduct
;
155
typedef
GeneralProduct
<Lhs/*Nested*/, Rhs/*Nested*/, ProductType> Type;
193
struct traits<
GeneralProduct
<Lhs,Rhs,InnerProduct> >
200
class
GeneralProduct
<Lhs, Rhs, InnerProduct>
206
GeneralProduct
(const Lhs& lhs, const Rhs& rhs)
250
struct traits<
GeneralProduct
<Lhs,Rhs,OuterProduct> >
251
: traits<ProductBase<
GeneralProduct
<Lhs,Rhs,OuterProduct>, Lhs, Rhs> >
257
class
GeneralProduct
<Lhs, Rhs, OuterProduct
[
all
...]
ProductBase.h
188
struct nested<
GeneralProduct
<Lhs,Rhs,Mode>, N, PlainObject>
190
typedef typename
GeneralProduct
<Lhs,Rhs,Mode>::PlainObject const& type;
193
struct nested<const
GeneralProduct
<Lhs,Rhs,Mode>, N, PlainObject>
195
typedef typename
GeneralProduct
<Lhs,Rhs,Mode>::PlainObject const& type;
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
194
* Specialization of
GeneralProduct
<> for "large" GEMM, i.e.,
199
struct traits<
GeneralProduct
<Lhs,Rhs,GemmProduct> >
200
: traits<ProductBase<
GeneralProduct
<Lhs,Rhs,GemmProduct>, Lhs, Rhs> >
378
class
GeneralProduct
<Lhs, Rhs, GemmProduct>
379
: public ProductBase<
GeneralProduct
<Lhs,Rhs,GemmProduct>, Lhs, Rhs>
385
EIGEN_PRODUCT_PUBLIC_INTERFACE(
GeneralProduct
)
391
GeneralProduct
(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs)
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
92
template<typename Lhs, typename Rhs, int Mode> class
GeneralProduct
;
Completed in 1418 milliseconds