Skip to content
Snippets Groups Projects
Commit f3142d16 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed outdated notes from Markdown pages

parent 352674ad
No related branches found
No related tags found
1 merge request!119Documentation: fixed links between markdown files
......@@ -18,7 +18,7 @@ TNL is based on the following core concepts:
- Classes for general data structures.
(TODO: alternatively use "Dense" and "Sparse", because a dense matrix can
be an extended alias for 2D array)
- `Array`, `Vector` (also `VectorOperations`), `NDArray`, ...
- `Array`, `Vector`, `NDArray`, ...
5. Views
- Views wrap only a raw pointer to data and some metadata (such as the array
size), they do not do allocation and deallocation of the data. Hence, views
......
......@@ -11,8 +11,6 @@ and distributed systems, which can be managed via a unified interface.
Similarly to the STL, features provided by the TNL can be grouped into
several modules:
> TODO: Each topic in this list should have a separate page or tutorial.
- _Core concepts_.
The main concepts used in TNL are the _memory space_, which represents the
part of memory where given data is allocated, and the _execution model_,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment