Public Member Functions | |
bool | operator() (const Row &x, const Row &y) const |
Definition at line 393 of file Linear_System.defs.hh.
bool Parma_Polyhedra_Library::Linear_System::Row_Less_Than::operator() | ( | const Row & | x, | |
const Row & | y | |||
) | const [inline] |
Definition at line 231 of file Linear_System.inlines.hh.
00231 { 00232 return compare(static_cast<const Linear_Row&>(x), 00233 static_cast<const Linear_Row&>(y)) < 0; 00234 }