BellBruno
Documentation for BellBruno.
BellBruno.bell_coeff
BellBruno.bell_poly
BellBruno.bell_poly_step
BellBruno.note_bell_poly
BellBruno.reduce_bell_poly
BellBruno.bell_coeff
— Methodbell_coeff(bp)
Computes and returns the coefficients of all Bell polynomials saved in bp
.
BellBruno.bell_poly
— Methodbellpoly(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_step
— Methodbell_poly_step(n, bp)
Computes all Bell polynomials up to order of N.
Returns the recent partial Bell polynomial as .
BellBruno.note_bell_poly
— Methodnote_bell_poly(bp, index)
Returns the Bell polynomial of index
as a string.
BellBruno.reduce_bell_poly
— Methodreduce_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.