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

  /external/eigen/Eigen/src/Core/
NestByValue.h 18 struct traits<NestByValue<ExpressionType> > : public traits<ExpressionType>
22 /** \class NestByValue
29 * This class is the return type of MatrixBase::nestByValue()
32 * \sa MatrixBase::nestByValue()
34 template<typename ExpressionType> class NestByValue
35 : public internal::dense_xpr_base< NestByValue<ExpressionType> >::type
39 typedef typename internal::dense_xpr_base<NestByValue>::type Base;
40 EIGEN_DENSE_PUBLIC_INTERFACE(NestByValue)
42 EIGEN_DEVICE_FUNC explicit inline NestByValue(const ExpressionType& matrix) : m_expression(matrix) {}
102 inline const NestByValue<Derived
    [all...]
DenseBase.h 432 EIGEN_DEVICE_FUNC inline const NestByValue<Derived> nestByValue() const;

Completed in 903 milliseconds