HomeSort by relevance Sort by last modified time
    Searched refs:CwiseProductDenseReturnType (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 280 template<typename OtherDerived> struct CwiseProductDenseReturnType {
291 EIGEN_STRONG_INLINE const typename CwiseProductDenseReturnType<OtherDerived>::Type
SparseCwiseBinaryOp.h 690 EIGEN_STRONG_INLINE const typename SparseMatrixBase<Derived>::template CwiseProductDenseReturnType<OtherDerived>::Type
693 return typename CwiseProductDenseReturnType<OtherDerived>::Type(derived(), other.derived());
  /external/eigen/Eigen/src/Core/
MatrixBase.h 447 EIGEN_STRONG_INLINE const typename SparseMatrixBase<OtherDerived>::template CwiseProductDenseReturnType<Derived>::Type

Completed in 1110 milliseconds