aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 465fa2987ed395707a5b3791d378b5b67b2869ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#The Nerv Toolkit User Manual#
This user manual will provide information about Nerv's interface.

##Nerv Packages##
* __luaT__
Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
* __[Nerv](doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.
* __Nerv.Matrix__
__Nerv.Matrix__ is a basic class in __Nerv__ that is used to store and manipulate matrices.

[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch