HomeSort by relevance Sort by last modified time
    Searched full:equalsidentity (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
nullary.cpp 13 bool equalsIdentity(const MatrixType& A)
105 VERIFY(equalsIdentity(A));
106 VERIFY(equalsIdentity(MatrixType::Identity(rows, cols)));

Completed in 322 milliseconds