Skip to content

C++ Code for computing Partition Function mod n in number theory.

License

Notifications You must be signed in to change notification settings

nilyibo/PartitionsP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartitionsP

C++ Code for computing Partition Function mod 2 in Number Theory.

About

Wikipedia: Partition function (number theory)

Modulus

The code primarily uses mod 2, while there is also a method for mod other integers.

Parallelism

The code used OpenMP for parallel computing.

Result

See 'result' folder for details. For full output, please refer to here.

Author

Yibo G

Copyright

Copyright (c) 2013 Yibo G. See LICENSE for details.

About

C++ Code for computing Partition Function mod n in number theory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages