MOOS 0.2375
|
#include <newmatap.h>
Public Member Functions | |
MultiRadixCounter (int nx, const SimpleIntArray &rx, SimpleIntArray &vx) | |
void | operator++ () |
bool | Swap () const |
bool | Finish () const |
int | Reverse () const |
int | Counter () const |
Definition at line 129 of file newmatap.h.
NEWMAT::MultiRadixCounter::MultiRadixCounter | ( | int | nx, |
const SimpleIntArray & | rx, | ||
SimpleIntArray & | vx | ||
) |
Definition at line 1014 of file newfft.cpp.
int NEWMAT::MultiRadixCounter::Counter | ( | ) | const [inline] |
Definition at line 147 of file newmatap.h.
bool NEWMAT::MultiRadixCounter::Finish | ( | ) | const [inline] |
Definition at line 145 of file newmatap.h.
void NEWMAT::MultiRadixCounter::operator++ | ( | ) |
Definition at line 1022 of file newfft.cpp.
int NEWMAT::MultiRadixCounter::Reverse | ( | ) | const [inline] |
Definition at line 146 of file newmatap.h.
bool NEWMAT::MultiRadixCounter::Swap | ( | ) | const [inline] |
Definition at line 144 of file newmatap.h.