OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GeneralProduct
(Results
1 - 2
of
2
) 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)
228
struct traits<
GeneralProduct
<Lhs,Rhs,OuterProduct> >
229
: traits<ProductBase<
GeneralProduct
<Lhs,Rhs,OuterProduct>, Lhs, Rhs> >
235
class
GeneralProduct
<Lhs, Rhs, OuterProduct
[
all
...]