www.cemf.ir
types.hpp File Reference
+ Include dependency graph for types.hpp:

Go to the source code of this file.

Namespaces

 pFlow
 

Typedefs

using int8x3 = triple< int8 >
 
using int32x3 = triple< int32 >
 
using int64x3 = triple< int64 >
 
using uint8x3 = triple< uint8 >
 
using uint32x3 = triple< uint32 >
 
using uint64x3 = triple< uint64 >
 
using realx3 = triple< real >
 
using int32x3x3 = triple< int32x3 >
 
using uint32x3x3 = triple< uint32x3 >
 
using realx3x3 = triple< realx3 >
 
using realx4 = quadruple< real >
 
using realx4x3 = quadruple< realx3 >