Stratax
Scientific computing containers and operations
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
 Nstratax
 Ncontainer
 CMatrix
 CTensor
 CVector
 Ncore
 CBufferOwns contiguous dynamically allocated storage
 Cuninitialized_t
 CShapeStores a list of dimension lengths for an array shape
 Callow_zero_t
 CSliceRepresents a half-open range of indices
 CStridesStores strides for a shape in contiguous memory
 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 > >