Gromacs
2024.3
|
Inherits MatcherInterface< std::tuple< BasicVector< FloatType >, BasicVector< FloatType > > >.
Implementation class for RvecEq matcher.
See RvecEq().
Public Types | |
using | VectorType = BasicVector< FloatType > |
Convenience type. | |
Public Member Functions | |
RVecMatcher (const FloatingPointTolerance &tolerance) | |
Constructor. | |
bool | MatchAndExplain (std::tuple< VectorType, VectorType > arg, testing::MatchResultListener *listener) const override |
Compare the two elements of arg , return whether they are equal, and comment on listener when they are not. | |
void | DescribeTo (::std::ostream *os) const override |
Describe to a human what matching means. | |
void | DescribeNegationTo (::std::ostream *os) const override |
Describe to a human what failing to match means. | |