Skip to content

Commit 6fab718

Browse files
committed
fixed image path for array computing landscape
1 parent cdc1b22 commit 6fab718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/arraycomputing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is the foundation of statistical, mathematical, scientific computing and mode
1313

1414
Since the launch of NumPy in 2006, Pandas appeared on the landscape in 2008, and it was not until a couple of years ago that several array computing libraries showed up in succession, crowding the array computing landscape. Many of these newer libraries mimic NumPy-like features and capabilites, and pack newer algorithms and features geared towards machine learning and artificial intelligence applications.
1515

16-
<img src="/images/content_images/array_c_landscape.png" alt="arraycl" title="Array Computing Landscape">
16+
<img src="/static/images/content_images/array_c_landscape.png" alt="arraycl" title="Array Computing Landscape">
1717

1818
**Array computing** is based on **arrays** data structures. *Arrays* are used to organize vast amounts of data such that related set of values can be easily sorted, searched, mathematically manipulated and transformed easily and quickly.
1919

0 commit comments

Comments
 (0)