Array programming: Difference between revisions

Content deleted Content added
Restored revision 1074448590 by Lucretia9 (talk): Not notable
mNo edit summary
Tags: Mobile edit Mobile app edit iOS app edit
Line 1:
{{Short description|Applying operations to whole sets of values simultaneously}}
{{Programming paradigms}}
In [[computer science]], '''array programming''' refers to solutions which allow the application of operations to an entire set of values at once. Such solutions are commonly used in [[computational science|scientific]] and [[engineering]] settings.