Home
last modified time | relevance | path

Searched defs:QuotientExpr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/util/
H A DSymbolicIndex.h47 template<typename Arg1,typename Arg2> class QuotientExpr; variable
280 QuotientExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in QuotientExpr() function