Givaro
Data Structures | Namespaces | Macros | Functions
givcategory.h File Reference

Data Structures

class  Undefined
 
struct  IsEqual< a, b >
 
struct  IsEqual< a, a >
 
struct  IsNotEqual< a, b >
 
class  Sporadic
 
class  Dense
 
class  Sparse
 
struct  Sparsity_Trait< CLASS >
 
class  DefaultFormat
 
struct  StructFormat< T, Tag >
 

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define ISEQUAL(A, B)   IsEqual<A,B>::val
 
#define ISNOTEQUAL(A, B)   IsNotEqual<A,B>::val
 

Functions

template<class T , class Tag >
StructFormat< T, Tag > Formatted (const T &val, Tag xx)
 

Macro Definition Documentation

◆ ISEQUAL

#define ISEQUAL (   A,
 
)    IsEqual<A,B>::val

◆ ISNOTEQUAL

#define ISNOTEQUAL (   A,
 
)    IsNotEqual<A,B>::val