$search
#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.
| int MultiRadixCounter::Counter | ( | ) | const [inline] |
Definition at line 213 of file newmatap.h.
| bool MultiRadixCounter::Finish | ( | ) | const [inline] |
Definition at line 211 of file newmatap.h.
| void MultiRadixCounter::operator++ | ( | ) |
Definition at line 1027 of file newfft.cpp.
| int MultiRadixCounter::Reverse | ( | ) | const [inline] |
Definition at line 212 of file newmatap.h.
| bool MultiRadixCounter::Swap | ( | ) | const [inline] |
Definition at line 210 of file newmatap.h.
int MultiRadixCounter::counter [private] |
Definition at line 204 of file newmatap.h.
bool MultiRadixCounter::finish [private] |
Definition at line 205 of file newmatap.h.
const int MultiRadixCounter::n [private] |
Definition at line 201 of file newmatap.h.
int MultiRadixCounter::product [private] |
Definition at line 203 of file newmatap.h.
const SimpleIntArray& MultiRadixCounter::Radix [private] |
Definition at line 197 of file newmatap.h.
int MultiRadixCounter::reverse [private] |
Definition at line 202 of file newmatap.h.
SimpleIntArray& MultiRadixCounter::Value [private] |
Definition at line 200 of file newmatap.h.