Searched refs:a_lhs (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DProductBase.h90 ProductBase(const Lhs& a_lhs, const Rhs& a_rhs) argument
91 : m_lhs(a_lhs), m_rhs(a_rhs)
93 eigen_assert(a_lhs.cols() == a_rhs.rows()
H A DGeneralProduct.h336 GeneralProduct(const Lhs& a_lhs, const Rhs& a_rhs) : Base(a_lhs,a_rhs) argument

Completed in 101 milliseconds