BellBruno

Documentation for BellBruno.

BellBruno.bell_coeffMethod
bell_coeff(bp)

Computes and returns the coefficients of all Bell polynomials saved in bp.

BellBruno.bell_polyMethod

bellpoly(Nmax :: Int64; bp=[[],[ones(Int8,1)]], saveondisk=false, pathtofolder="bellresults/", print_iteration=false)

Computes all Bell polynomials up to order of Nmax.

Returns a Vector of N Bell polynomials (saved as vectors and matrices).

BellBruno.bell_poly_stepMethod
bell_poly_step(n, bp)

Computes all Bell polynomials up to order of N.

Returns the recent partial Bell polynomial as .

BellBruno.reduce_bell_polyMethod
reduce_bell_poly(bp; max_order = 2 :: Int64)

Removes all monomials from a Bell polynomial with an higher order than max_order.

Returns the reduced vector of Bell polynomials.