OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseDiagonalProduct
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h
30
struct traits<
SparseDiagonalProduct
<Lhs, Rhs> >
59
class
SparseDiagonalProduct
60
: public SparseMatrixBase<
SparseDiagonalProduct
<Lhs,Rhs> >,
78
EIGEN_SPARSE_PUBLIC_INTERFACE(
SparseDiagonalProduct
)
81
<_LhsNested,_RhsNested,
SparseDiagonalProduct
,LhsMode,RhsMode> InnerIterator;
83
EIGEN_STRONG_INLINE
SparseDiagonalProduct
(const Lhs& lhs, const Rhs& rhs)
176
const
SparseDiagonalProduct
<Derived,OtherDerived>
179
return
SparseDiagonalProduct
<Derived,OtherDerived>(this->derived(), other.derived());
SparseMatrixBase.h
340
const
SparseDiagonalProduct
<Derived,OtherDerived>
345
const
SparseDiagonalProduct
<OtherDerived,Derived>
347
{ return
SparseDiagonalProduct
<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
SparseUtil.h
79
template<typename Lhs, typename Rhs> class
SparseDiagonalProduct
;
Completed in 366 milliseconds