Searched refs:cwiseNotEqual (Results 1 – 4 of 4) sorted by relevance
5 cout << m.cwiseNotEqual(MatrixXi::Identity(2,2)) << endl;6 int count = m.cwiseNotEqual(MatrixXi::Identity(2,2)).count();
63 cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseNotEqual() function
306 { return cwiseNotEqual(other).any(); }
456 mat1.cwiseNotEqual(mat2)