Stratax 0.2.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NExceptions
 CStrataxErrorBase class for Stratax-specific runtime errors
 CShapeErrorSignals an invalid or incompatible shape
 CDimensionErrorSignals an invalid dimension count or dimension arithmetic failure
 CIndexErrorSignals an invalid index access
 CTypeErrorSignals an invalid or unsupported type
 CBroadcastErrorSignals that an operation cannot be completed with the current broadcast rules
 CZeroDivisionErrorSignals a division by zero
 CAxisErrorSignals axis is out of range
 Nstratax
 Ncontainer
 CMatrixStores a rank-2 Stratax array in row-major order
 CTensorStores an N-dimensional Stratax array in contiguous memory
 CVectorStores a rank-1 Stratax array in contiguous memory
 Ncore
 CBufferOwns contiguous dynamically allocated storage
 Cuninitialized_tTag type selecting allocated storage without element initialization
 CShapeStores a list of dimension lengths for an array shape
 Callow_zero_tTag type documenting that zero-valued dimensions are intentional
 CSliceRepresents a half-open strided range of indices
 CStridesStores strides for a shape in contiguous memory
 Nops
 Ndetail
 CResolvedSliceNormalized slice metadata for a concrete axis extent
 Cis_arrayType 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 > >