|
Stratax
Scientific computing containers and operations
|
| Nstratax | |
| Ncore | |
| Nconcept_detail | |
| RSameAsAny | |
| RCharacterLike | |
| RBoolLike | |
| RSupportedComplex | |
| RArithmetic | Matches arithmetic scalar types |
| RArray | |
| RComplex | Matches supported complex scalar types |
| RFloat | Alias for Stratax-supported floating-point types |
| RFloating | Matches floating-point types |
| RInteger | Alias for Stratax-supported integer types |
| RIntegral | Matches signed and unsigned integral types, excluding character-like types |
| RNDarray | Matches array-like container types with shape, size, and iteration support |
| RNumeric | Matches all scalar types supported by Stratax numeric containers |
| RReal | Matches real numeric scalar types |
| RScalar | Alias for any scalar type accepted by Stratax numeric containers |
| RSignedInteger | Matches supported signed integer types |
| RUnsignedInteger | Matches supported unsigned integer types |