libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
factoring.hpp File Reference
#include "gcd.hpp"
#include "blatant_old_msvc_compiler_hacks.hpp"
#include <set>
#include <vector>
Include dependency graph for factoring.hpp:
This graph shows which files directly or indirectly include this file:

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...