Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJT Bates <jtbates@gmail.com>2012-02-28 23:44:09 +0400
committerJT Bates <jtbates@gmail.com>2012-02-28 23:56:12 +0400
commit33abc8d46bc06b299ce2f610d5fca2478aa1c568 (patch)
tree9cd9e3d2481a986751589e9b6ea05eb6ba9e43e1
parent7d4a6456613acc240e845f695ad5534558490c8d (diff)
Removing documentation references to 'lab' package
-rw-r--r--dokinstall/index.dok8
1 files changed, 4 insertions, 4 deletions
diff --git a/dokinstall/index.dok b/dokinstall/index.dok
index e348c19..5dd0377 100644
--- a/dokinstall/index.dok
+++ b/dokinstall/index.dok
@@ -76,9 +76,9 @@ sudo apt-get install libblas-dev
</file>
LAPACK installation is required for anyone who wants to use linear
-algebra operations like [[..lab:index#lab.linbalg.dok|eigenvalue
-computation, singular value decomposition]]. Ubuntu distribution
-provides LAPACK through ''liblapack'' package.
+algebra operations like [[..:torch:maths#torch.eig|eigenvalue
+computation]], [[..:torch:maths#torch.svd|singular value decomposition]].
+Ubuntu distribution provides LAPACK through ''liblapack'' package.
<file>
sudo apt-get install liblapack-dev
@@ -200,7 +200,7 @@ Try the IDE: torch -ide
Type help() for more info
Torch 7.0 Copyright (C) 2001-2011 Idiap, NEC Labs, NYU
Lua 5.1 Copyright (C) 1994-2008 Lua.org, PUC-Rio
-torch> =lab.randn(10,10)
+torch> =torch.randn(10,10)
1.3862 1.5983 -2.0216 -0.1502 1.9467 -1.2322 0.1628 -2.6253 1.3255 -0.5784
0.1363 -1.2638 -1.0661 0.0233 1.3064 -0.8817 1.1424 1.0952 -0.2147 0.7712
1.1348 -0.8596 -0.6102 0.9137 -1.1582 -0.3301 0.5250 1.3631 -0.4051 -0.9549