Searched refs:cwiseQuotient (Results 1 – 8 of 8) sorted by relevance
2 cout << v.cwiseQuotient(w) << endl;
123 cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseQuotient() function
153 VERIFY(test_assign(Matrix3(),Matrix3().cwiseQuotient(Matrix3()), in run()
180 Direction==Horizontal ? _expression().cols()-1 : _expression().cols()).cwiseQuotient(
170 sm1.cwiseQuotient(sm2);
110 R = P.cwiseQuotient(Q); // R = P ./ Q
377 mat1.cwiseQuotient(mat2)\endcode
542 normalized() const { return m_matrix.cwiseQuotient(extendedToOpposite(this->norm())); }