carl
24.04
Computer ARithmetic Library
|
Files | |
file | hash.h |
file | operations.h |
file | typetraits.h |
Data Structures | |
struct | carl::is_integer_type< mpz_class > |
States that mpz_class has the trait is_integer_type . More... | |
struct | carl::is_rational_type< mpq_class > |
States that mpq_class has the trait is_rational_type . More... | |
struct | carl::IntegralType< mpq_class > |
States that IntegralType of mpq_class is mpz_class . More... | |
struct | carl::IntegralType< mpz_class > |
States that IntegralType of mpz_class is mpz_class . More... | |
struct carl::is_integer_type< mpz_class > |
States that mpz_class has the trait is_integer_type .
<>
Definition at line 21 of file typetraits.h.
struct carl::is_rational_type< mpq_class > |
States that mpq_class has the trait is_rational_type .
<>
Definition at line 22 of file typetraits.h.
struct carl::IntegralType< mpq_class > |
Public Types | |
using | type = mpz_class |
A type associated with the type. More... | |
|
inherited |
A type associated with the type.
Definition at line 77 of file typetraits.h.
struct carl::IntegralType< mpz_class > |
Public Types | |
using | type = mpz_class |
A type associated with the type. More... | |
|
inherited |
A type associated with the type.
Definition at line 77 of file typetraits.h.