All Projects → JuliaMath → Combinatorics.jl

JuliaMath / Combinatorics.jl

Licence: other
A combinatorics library for Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Combinatorics.jl

OMETIFF.jl
I/O operations for OME-TIFF files in Julia
Stars: ✭ 18 (-90.11%)
Mutual labels:  julia-language
XUnit.jl
XUnit.jl is a unit-testing framework for Julia.
Stars: ✭ 32 (-82.42%)
Mutual labels:  julia-language
MolecularGraph.jl
Graph-based molecule modeling toolkit for cheminformatics
Stars: ✭ 144 (-20.88%)
Mutual labels:  julia-language
KissABC.jl
Pure julia implementation of Multiple Affine Invariant Sampling for efficient Approximate Bayesian Computation
Stars: ✭ 28 (-84.62%)
Mutual labels:  julia-language
RobustModels.jl
A Julia package for robust regressions using M-estimators and quantile regressions
Stars: ✭ 18 (-90.11%)
Mutual labels:  julia-language
JuliaPackageWithRustDep.jl
Example of a Julia Package with Rust dependency.
Stars: ✭ 65 (-64.29%)
Mutual labels:  julia-language
Scientific-Programming-in-Julia
Repository for B0M36SPJ
Stars: ✭ 32 (-82.42%)
Mutual labels:  julia-language
GRUtils.jl
Tools for using the GR framework in Julia
Stars: ✭ 29 (-84.07%)
Mutual labels:  julia-language
CausalityTools.jl
Algorithms for causal inference and the detection of dynamical coupling from time series, and for approximation of the transfer operator and invariant measures.
Stars: ✭ 45 (-75.27%)
Mutual labels:  julia-language
Julia-sublime
Julia syntax highlighting for Sublime Text
Stars: ✭ 106 (-41.76%)
Mutual labels:  julia-language
LatticeQCD.jl
A native Julia code for lattice QCD with dynamical fermions in 4 dimension.
Stars: ✭ 85 (-53.3%)
Mutual labels:  julia-language
DICOM.jl
Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
Stars: ✭ 45 (-75.27%)
Mutual labels:  julia-language
matematicaelementar
Matemática Elementar para Computação
Stars: ✭ 29 (-84.07%)
Mutual labels:  julia-language
NaquadahBrowser
A web browser built in Julia Language from the ground up.
Stars: ✭ 31 (-82.97%)
Mutual labels:  julia-language
MathTeXEngine.jl
A latex math mode engine in pure Julia.
Stars: ✭ 61 (-66.48%)
Mutual labels:  julia-language
Suppressor.jl
Julia macros for suppressing and/or capturing output (STDOUT), warnings (STDERR) or both streams at the same time.
Stars: ✭ 94 (-48.35%)
Mutual labels:  julia-language
openBF
1D blood flow model
Stars: ✭ 16 (-91.21%)
Mutual labels:  julia-language
LightGBM.jl
LightGBM.jl provides a high-performance Julia interface for Microsoft's LightGBM.
Stars: ✭ 40 (-78.02%)
Mutual labels:  julia-language
discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Stars: ✭ 98 (-46.15%)
Mutual labels:  combinatorics
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-81.87%)
Mutual labels:  julia-language

Combinatorics

Build Status Dev Coverage Status Codecov

A combinatorics library for Julia, focusing mostly (as of now) on enumerative combinatorics and permutations. As overflows are expected even for low values, most of the functions always return BigInt, and are marked as such below.

Installation

In the Julia REPL, type ]add Combinatorics and then using Combinatorics to access the below functions.

Documentation

Go to http://juliamath.github.io/Combinatorics.jl/ to see the list of exported functions and their meanings.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].