__init__ |
module cpyquickhelper Module cpyquickhelper. Python + C. source on GitHub |
__init__ |
module cpyquickhelper.examples Shortcut to examples. source on GitHub |
__init__ |
module cpyquickhelper.fastdata Shortcut to fastdata. source on GitHub |
__init__ |
module cpyquickhelper.io Shortcut to io. source on GitHub |
__init__ |
module cpyquickhelper.numbers Shortcut to numbers. source on GitHub |
__init__ |
module cpyquickhelper.parallel Shortcut to parallel. source on GitHub |
cbenchmark.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.cbenchmark Commom classes to benchmark implementations in C. source on GitHub |
cbenchmark_dot.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.cbenchmark_dot Measures the execution time of functions implemented in C, the measures are also implemented in C. The functions propose different implementations of the dot product. source on GitHub |
cbenchmark_sum_type.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.cbenchmark_sum_type Measures the execution time of functions implemented in C, the measures are also implemented in C. The functions proposes different implements of a sum of all elements in vector. source on GitHub |
custom_container_python.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.examples.custom_container_python Implements a custom container which may contain everything. source on GitHub |
direct_blas_lapack.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.direct_blas_lapack Direct calls to libraries BLAS and LAPACK. source on GitHub |
pandas2numpy |
module cpyquickhelper.fastdata.pandas2numpy Fast data manipulations. source on GitHub |
slowcode.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.slowcode Experiments around matrices. source on GitHub |
speed_measure |
module cpyquickhelper.numbers.speed_measure Measures speed. source on GitHub |
stdchelper.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.io.stdchelper Helper for IO with C++. source on GitHub |
stdhelper |
module cpyquickhelper.io.stdhelper Python wrapper around C functions. source on GitHub |
threader.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.parallel.threader Helper for parallelization with threads with C++. source on GitHub |
threadhelper |
module cpyquickhelper.parallel.threadhelper Shortcut to parallel. source on GitHub |
weighted_dataframe |
module cpyquickhelper.numbers.weighted_dataframe Addition for pandas. source on GitHub |
weighted_number.cpython-38-x86_64-linux-gnu |
module cpyquickhelper.numbers.weighted_number Implements operations on weighted numbers. source on GitHub |