#include <newmatap.h>
Public Member Functions | |
int | Counter () const |
bool | Finish () const |
int | Reverse () const |
bool | Swap () const |
MultiRadixCounter (int nx, const SimpleIntArray &rx, SimpleIntArray &vx) | |
void | operator++ () |
Private Attributes | |
int | counter |
bool | finish |
const int | n |
int | product |
const SimpleIntArray & | Radix |
int | reverse |
SimpleIntArray & | Value |
Definition at line 195 of file newmatap.h.
MultiRadixCounter::MultiRadixCounter | ( | int | nx, |
const SimpleIntArray & | rx, | ||
SimpleIntArray & | vx | ||
) |
Definition at line 1019 of file newfft.cpp.
|
inline |
Definition at line 213 of file newmatap.h.
|
inline |
Definition at line 211 of file newmatap.h.
void MultiRadixCounter::operator++ | ( | ) |
Definition at line 1027 of file newfft.cpp.
|
inline |
Definition at line 212 of file newmatap.h.
|
inline |
Definition at line 210 of file newmatap.h.
|
private |
Definition at line 204 of file newmatap.h.
|
private |
Definition at line 205 of file newmatap.h.
|
private |
Definition at line 201 of file newmatap.h.
|
private |
Definition at line 203 of file newmatap.h.
|
private |
Definition at line 197 of file newmatap.h.
|
private |
Definition at line 202 of file newmatap.h.
|
private |
Definition at line 200 of file newmatap.h.