LAL: Linear Arrangement Library 23.01.00
A library focused on algorithms on linear arrangements of graphs.
Loading...
Searching...
No Matches
Classes | Functions
lal::numeric Namespace Reference

Numeric namespace. More...

Classes

class  integer
 Arbitrary precision integer. More...
 
class  rational
 Exact rational number. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const integer &i)
 Standard output operator for the lal::numeric::integer class.
 
std::ostream & operator<< (std::ostream &os, const rational &r)
 Standard output operator for the lal::numeric::rational class.
 

Detailed Description

Numeric namespace.

This namespace contains the data structures that wrap the basic structures of the GMP library for integers of arbitrary precision (see lal::numeric::integer) and exact rational numbers (see lal::numeric::rational).