OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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