OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkylineProduct
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h
20
typedef
SkylineProduct
<LhsNested, RhsNested, ProductMode> Type;
24
struct internal::traits<
SkylineProduct
<LhsNested, RhsNested, ProductMode> > {
56
SkylineMatrixBase<
SkylineProduct
<LhsNested, RhsNested, ProductMode> >,
57
MatrixBase<
SkylineProduct
<LhsNested, RhsNested, ProductMode> > >::type Base;
62
class
SkylineProduct
: no_assignment_operator,
63
public traits<
SkylineProduct
<LhsNested, RhsNested, ProductMode> >::Base {
66
EIGEN_GENERIC_PUBLIC_INTERFACE(
SkylineProduct
)
70
typedef typename traits<
SkylineProduct
>::_LhsNested _LhsNested;
71
typedef typename traits<
SkylineProduct
>::_RhsNested _RhsNested;
76
EIGEN_STRONG_INLINE
SkylineProduct
(const Lhs& lhs, const Rhs& rhs
[
all
...]
SkylineUtil.h
22
template<typename Lhs, typename Rhs, int ProductMode> class
SkylineProduct
;
SkylineMatrixBase.h
173
inline Derived & operator=(const
SkylineProduct
<Lhs, Rhs, SkylineTimeSkylineProduct>& product);
Completed in 91 milliseconds