-
3.41.0
|
Classes | |
class | pyfaust.demo.quickstart |
The FAuST quickstart script, a good place to look at for a first tour. More... | |
class | pyfaust.demo.fft |
FFT multiplication runtime comparison between DFT matrix-vector and Faust(FFT)-vector. More... | |
class | pyfaust.demo.runtimecmp |
Runtime comparison demo: Faust-vector and dense matrix-vector multiplications, differents RCGs, transpose. More... | |
class | pyfaust.demo.hadamard |
The demo for the hierarchical factorization of Hadamard matrices. More... | |
class | pyfaust.demo.bsl |
Brain Source Localization demo. More... | |
Namespaces | |
pyfaust.demo | |
The pyfaust demo module. | |
Functions | |
def | pyfaust.demo.get_data_dirpath (silent=True) |
Returns the data directory path which varies according to the way pyfaust was installed. More... | |
def | pyfaust.demo.runall () |
Runs all the demos in a row. More... | |
def | pyfaust.demo.allfigs () |
Renders all the demo figures into files. More... | |
Variables | |
string | pyfaust.demo.DEFT_RESULTS_DIR = 'pyfaust_demo_output' |
The default output directory for the demo results. More... | |
string | pyfaust.demo.DEFT_FIG_DIR = 'pyfaust_demo_figures' |
The default figure output directory for the demos. More... | |