|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Go to the source code of this file.
Namespaces | |
| namespace | jmmcg |
| Link with -lrt to include these functions. | |
| namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |
| namespace | jmmcg::LIBJMMCG_VER_NAMESPACE::factoring |
Typedefs | |
| using | jmmcg::LIBJMMCG_VER_NAMESPACE::factoring::collection_type = std::vector< unsigned long > |
Functions | |
| collection_type __fastcall | jmmcg::LIBJMMCG_VER_NAMESPACE::factoring::division (const collection_type::value_type x) noexcept(false) |
| Factoring by division. More... | |
| collection_type __fastcall | jmmcg::LIBJMMCG_VER_NAMESPACE::factoring::monte_carlo (const collection_type::value_type y) noexcept(false) |
| Monte Carlo factorisation. More... | |