|
Stratax
Scientific computing containers and operations
|
| NExceptions | |
| CStrataxError | Base class for Stratax-specific runtime errors |
| CShapeError | Signals an invalid or incompatible shape |
| CDimensionError | Signals an invalid dimension count or dimension arithmetic failure |
| CIndexError | Signals an invalid index access |
| CTypeError | Signals an invalid or unsupported type |
| CBroadcastError | Signals that an operation cannot be completed with the current broadcast rules |
| CZeroDivisionError | Signals a division by zero |
| Nstratax | |
| Ncontainer | |
| CMatrix | |
| CTensor | |
| CVector | |
| Ncore | |
| CBuffer | Owns contiguous dynamically allocated storage |
| Cuninitialized_t | |
| CShape | Stores a list of dimension lengths for an array shape |
| Callow_zero_t | |
| CSlice | Represents a half-open range of indices |
| CStrides | Stores strides for a shape in contiguous memory |
| Cis_array | Type trait that reports whether a type is a Stratax array |
| Cis_array< stratax::container::Matrix< T > > | |
| Cis_array< stratax::container::Tensor< T > > | |
| Cis_array< stratax::container::Vector< T > > |