Home
last modified time | relevance | path

Searched refs:cwiseNotEqual (Results 1 – 4 of 4) sorted by relevance

/external/eigen/doc/snippets/
DMatrixBase_cwiseNotEqual.cpp5 cout << m.cwiseNotEqual(MatrixXi::Identity(2,2)) << endl;
6 int count = m.cwiseNotEqual(MatrixXi::Identity(2,2)).count();
/external/eigen/Eigen/src/plugins/
DMatrixCwiseBinaryOps.h63 cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseNotEqual() function
/external/eigen/Eigen/src/Core/
DMatrixBase.h306 { return cwiseNotEqual(other).any(); }
/external/eigen/doc/
DQuickReference.dox456 mat1.cwiseNotEqual(mat2)