linbox
squarize.h File Reference

Data Structures

class  Squarize< Blackbox >
 transpose matrix without copying. More...
 
struct  Squarize< Blackbox >::rebind< _Tp1 >
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define GIVMAX(a, b)
 

Macro Definition Documentation

◆ GIVMAX

#define GIVMAX ( a,
b )
Value:
((b)>(a)?(b):(a))