diff options
| author | Tyge Løvset <[email protected]> | 2021-09-19 09:54:47 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-19 09:54:47 +0200 |
| commit | cf212f7cdeec662def0c3b99be6f73638419962f (patch) | |
| tree | 94f707daa7aa49f3250606d517896431cc596b25 /docs | |
| parent | 9ddc57529865a54bf964702034ff41f938e8538a (diff) | |
| download | STC-modified-cf212f7cdeec662def0c3b99be6f73638419962f.tar.gz STC-modified-cf212f7cdeec662def0c3b99be6f73638419962f.zip | |
Preparation for merging in V2.0 to master branch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/carray_api.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/carray_api.md b/docs/carray_api.md index 44f3c8a0..71d27390 100644 --- a/docs/carray_api.md +++ b/docs/carray_api.md @@ -1,9 +1,8 @@ -# STC [carray](../include/stc/carray.h): Dynamic Multi-dimensional Array +# STC [carr2, carr3](../include/stc/carray.h): Dynamic Multi-dimensional Arrays  -The **carr2** and **carr3** are templated 2D and 3D containers arrays. They are allocated on the heap as a single -contiguous block of memory. The arrays can be indexed like regular constant size multi-dimensional arrays in C, -which also store data as one contiguous block of memory. +The **carr2** and **carr3** are templated 2D and 3D dynamic arrays. They are allocated on the heap as a single +contiguous block of memory. The arrays can be indexed like regular constant size multi-dimensional arrays in C. See the c++ class [boost::multi_array](https://www.boost.org/doc/libs/release/libs/multi_array) for similar functionality. |
