Speclib  0.1.2
The library for writing better CUDA libraries
Mathematical Primitives

Primitives are objects that represent a mathematical object such as a Tensor. More...

Modules

 Arbitrary Precision Integers
 Integer types of any width.
 
 Collapsible Scalars
 Represents a scalar value which may or may not be a compile-time constant.
 

Classes

struct  sp::AlignmentFallout
 Represents the changes applied to a Tensor in order to align it. More...
 
class  sp::Rect< T >
 A rectangle. More...
 
class  sp::Vec< T, S >
 A vector of S elements of type T. More...
 
struct  sp::OutputExpr< OutType, ExprType >
 An expression, and a place to write it to. More...
 

Detailed Description

Primitives are objects that represent a mathematical object such as a Tensor.