diff options
author | Ted Yin <[email protected]> | 2015-06-01 18:41:09 +0800 |
---|---|---|
committer | Ted Yin <[email protected]> | 2015-06-01 18:41:09 +0800 |
commit | d0a3e02d1a25a681ac78fd66aedf63f96636f6d2 (patch) | |
tree | 5e06c7e1f38a6bbc14adb5352e812c307d16abdb /README.md | |
parent | bf05d75bf173e1a496a277c76593537dc9cdb28a (diff) | |
parent | 03828f54358dfb7e44f9632996b2e24f61e25cd9 (diff) |
Merge pull request #11 from cloudygoose/master
add matrix doc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Nerv uses [luaT]\(a [Torch] library\) to define lua class in C. Enables object-oriented programming in Nerv. * __[The Nerv utility functions](doc/nerv.md)__ Inlcudes some utility functions from luaT to implement __Nerv.Class__. -* __The Nerv Matrix Package__ +* __[The Nerv Matrix Package](doc/nerv_matrix.md)__ The Matrix package is a basic package in __Nerv__ that is used to store and manipulate matrices. [luaT]:https://github.com/torch/torch7/tree/master/lib/luaT |