OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseSparseProduct
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseProduct.h
35
typedef
SparseSparseProduct
<LhsNested, RhsNested> Type;
40
struct traits<
SparseSparseProduct
<LhsNested, RhsNested> >
80
class
SparseSparseProduct
: internal::no_assignment_operator,
81
public SparseMatrixBase<
SparseSparseProduct
<LhsNested, RhsNested> >
85
typedef SparseMatrixBase<
SparseSparseProduct
> Base;
86
EIGEN_DENSE_PUBLIC_INTERFACE(
SparseSparseProduct
)
90
typedef typename internal::traits<
SparseSparseProduct
>::_LhsNested _LhsNested;
91
typedef typename internal::traits<
SparseSparseProduct
>::_RhsNested _RhsNested;
96
EIGEN_STRONG_INLINE
SparseSparseProduct
(const Lhs& lhs, const Rhs& rhs)
103
EIGEN_STRONG_INLINE
SparseSparseProduct
(const Lhs& lhs, const Rhs& rhs, const RealScalar& tolerance
[
all
...]
SparseSelfAdjointView.h
78
SparseSparseProduct
<typename OtherDerived::PlainObject, OtherDerived>
81
return
SparseSparseProduct
<typename OtherDerived::PlainObject, OtherDerived>(*this, rhs.derived());
90
SparseSparseProduct
<OtherDerived, typename OtherDerived::PlainObject >
93
return
SparseSparseProduct
<OtherDerived, typename OtherDerived::PlainObject>(lhs.derived(), rhs);
SparseUtil.h
81
template<typename Lhs, typename Rhs> class
SparseSparseProduct
;
SparseMatrixBase.h
263
inline Derived& operator=(const
SparseSparseProduct
<Lhs,Rhs>& product);
SparseVector.h
266
inline SparseVector& operator=(const
SparseSparseProduct
<Lhs,Rhs>& product)
SparseMatrix.h
727
inline SparseMatrix& operator=(const
SparseSparseProduct
<Lhs,Rhs>& product)
[
all
...]
Completed in 50 milliseconds