NEST HelpDesk | Command Index | NEST Quick Reference |
FoldList - repeatedly apply a function with two parametersSynopsis:
x [a b c ...] f FoldList -> [f(x,a) f(f(x,a),b) ...]Examples:
0 [1 2 3 4] {add} FoldList gives the cumulative sums of the list.Remarks:
0 [1 2 3 4] {add} FoldList -> [0 1 3 6 10]
This function is Mathematica compatible.SeeAlso: Source:
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative