Skip to content

Commit

Permalink
chore(docs): update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Feb 21, 2022
1 parent 755135a commit b279913
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,34 @@ features to enable fast and simple handling of multidimensional numeric data.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of Contents

- [Installation](#installation)
- [Swift Package Manager](#swift-package-manager)
- [Swift Package Manager](#swift-package-manager)
- [Multiple Views on Underlying Data](#multiple-views-on-underlying-data)
- [Sliced and Strided Access](#sliced-and-strided-access)
- [Slices and the Stride Operator `~`](#slices-and-the-stride-operator-)
- [Single Slice](#single-slice)
- [`UnboundedRange` Slices](#unboundedrange-slices)
- [`Range` and `ClosedRange` Slices](#range-and-closedrange-slices)
- [`PartialRangeFrom`, `PartialRangeUpTo` and `PartialRangeThrough` Slices](#partialrangefrom-partialrangeupto-and-partialrangethrough-slices)
- [Slices and the Stride Operator `~`](#slices-and-the-stride-operator-)
- [Single Slice](#single-slice)
- [`UnboundedRange` Slices](#unboundedrange-slices)
- [`Range` and `ClosedRange` Slices](#range-and-closedrange-slices)
- [`PartialRangeFrom`, `PartialRangeUpTo` and `PartialRangeThrough` Slices](#partialrangefrom-partialrangeupto-and-partialrangethrough-slices)
- [Element Manipulation](#element-manipulation)
- [Reshaping](#reshaping)
- [Elementwise Operations](#elementwise-operations)
- [Scalars](#scalars)
- [Basic Functions](#basic-functions)
- [Scalars](#scalars)
- [Basic Functions](#basic-functions)
- [Linear Algebra Operations for `Double` and `Float` `NdArray`s.](#linear-algebra-operations-for-double-and-float-ndarrays)
- [Matrix Vector Multiplication](#matrix-vector-multiplication)
- [Matrix Matrix Multiplication](#matrix-matrix-multiplication)
- [Matrix Inversion](#matrix-inversion)
- [Solve a Linear System of Equations](#solve-a-linear-system-of-equations)
- [Matrix Vector Multiplication](#matrix-vector-multiplication)
- [Matrix Matrix Multiplication](#matrix-matrix-multiplication)
- [Matrix Inversion](#matrix-inversion)
- [Solve a Linear System of Equations](#solve-a-linear-system-of-equations)
- [Pretty Printing](#pretty-printing)
- [Type Concept](#type-concept)
- [Subtypes](#subtypes)
- [Subtypes](#subtypes)
- [Numerical Backend](#numerical-backend)
- [API Changes](#api-changes)
- [TLDR](#tldr)
- [Removal of `NdArraySlice`](#removal-of-ndarrayslice)
- [TLDR](#tldr)
- [Removal of `NdArraySlice`](#removal-of-ndarrayslice)
- [Not Implemented](#not-implemented)
- [Out of Scope](#out-of-scope)
- [Docs](#docs)
Expand Down

0 comments on commit b279913

Please sign in to comment.