|
Stratax 0.2.0
|
| Cstratax::core::Shape::allow_zero_t | Tag type documenting that zero-valued dimensions are intentional |
| Cstratax::core::Buffer< T, Alignment > | Owns contiguous dynamically allocated storage |
| Cstd::false_type | |
| Cis_array< stratax::container::Matrix< T > > | |
| Cis_array< stratax::container::Tensor< T > > | |
| Cis_array< stratax::container::Vector< T > > | |
| Cis_array< T > | Type trait that reports whether a type is a Stratax array |
| Cstratax::container::Matrix< T > | Stores a rank-2 Stratax array in row-major order |
| Cstratax::ops::detail::ResolvedSlice | Normalized slice metadata for a concrete axis extent |
| Cstd::runtime_error | |
| CExceptions::StrataxError | Base class for Stratax-specific runtime errors |
| CExceptions::AxisError | Signals axis is out of range |
| CExceptions::BroadcastError | Signals that an operation cannot be completed with the current broadcast rules |
| CExceptions::DimensionError | Signals an invalid dimension count or dimension arithmetic failure |
| CExceptions::IndexError | Signals an invalid index access |
| CExceptions::ShapeError | Signals an invalid or incompatible shape |
| CExceptions::TypeError | Signals an invalid or unsupported type |
| CExceptions::ZeroDivisionError | Signals a division by zero |
| Cstratax::core::Shape | Stores a list of dimension lengths for an array shape |
| Cstratax::core::Slice | Represents a half-open strided range of indices |
| Cstratax::core::Strides | Stores strides for a shape in contiguous memory |
| Cstratax::container::Tensor< T > | Stores an N-dimensional Stratax array in contiguous memory |
| Cstd::true_type | |
| Cis_array< stratax::container::Matrix< T > > | |
| Cis_array< stratax::container::Tensor< T > > | |
| Cis_array< stratax::container::Vector< T > > | |
| Cstratax::core::Buffer< T, Alignment >::uninitialized_t | Tag type selecting allocated storage without element initialization |
| Cstratax::container::Vector< T > | Stores a rank-1 Stratax array in contiguous memory |