reactor-c 1.0
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
mixed_radix_int_t Struct Reference

Representation of a permuted mixed radix integer. More...

#include <mixed_radix.h>

Data Fields

int * digits
int * permutation
int * radixes
int size

Detailed Description

Representation of a permuted mixed radix integer.

The three arrays (digits, radixes, and permutation) are all assumed to have the same size as given by the size field.

Field Documentation

◆ digits

int* mixed_radix_int_t::digits

◆ permutation

int* mixed_radix_int_t::permutation

◆ radixes

int* mixed_radix_int_t::radixes

◆ size

int mixed_radix_int_t::size

The documentation for this struct was generated from the following file:
  • /Users/runner/work/reactor-c/reactor-c/include/core/mixed_radix.h