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