Searched refs:cwiseEqual (Results 1 – 5 of 5) sorted by relevance
5 cout << m.cwiseEqual(MatrixXi::Identity(2,2)) << endl;6 int count = m.cwiseEqual(MatrixXi::Identity(2,2)).count();
63 cwiseEqual(const Scalar& s) const in cwiseEqual() function
41 cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseEqual() function
69 VERIFY((eiz.eigenvalues().cwiseEqual(0)).all()); in eigensolver()
291 { return cwiseEqual(other).all(); }