Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 30, 2015
1 parent 9eaeaf0 commit afe2f0b
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@ Matrix
## Table of Contents

1. [Usage](#usage)
- [matrix](#matrix)
- [Properties](#properties)
- [dtype](#matrix-dtype)
- [ndims](#matrix-ndims)
- [shape](#matrix-shape)
- [strides](#matrix-strides)
- [length](#matrix-length)
- [nbytes](#matrix-nbytes)
- [data](#matrix-data)
- [Methods](#methods)
- [get](#matrix-get)
- [set](#matrix-set)
- [Constructors](#matrix-constructors)
- [matrix.raw](#matrix-raw)
- [Properties and Methods](#matrix-raw-properties-methods)
- [Constructors](#matrix-raw-constructors)
- [Matrix](#matrix)
- [dtype](#matrix-dtype)
- [ndims](#matrix-ndims)
- [shape](#matrix-shape)
- [strides](#matrix-strides)
- [length](#matrix-length)
- [nbytes](#matrix-nbytes)
- [data](#matrix-data)
- [get](#matrix-get)
- [set](#matrix-set)
- [Constructors](#matrix-constructors)
- [Raw](#matrix-raw)
1. [Examples](#examples)


Expand Down

0 comments on commit afe2f0b

Please sign in to comment.