aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-05-29 16:15:43 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-05-29 16:15:43 +0800
commitd0bf4368e7c4c60966cabc8bc07a3ec7d3aa0d80 (patch)
tree51b8596c38214a084483234dab907588ccb48cb2 /README.md
parentec989c320980192f5a039b46586990d39ca16ec7 (diff)
README added
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..465fa29
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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 \ No newline at end of file