Added missing 'gsl' namespace in matrix initialisation file - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/matrix.lua
diff options
context:
space:
mode:
authorfrancesco <francesco.bbt@gmail.com>2011年03月14日 10:17:56 +0100
committerfrancesco <francesco.bbt@gmail.com>2011年03月14日 10:23:41 +0100
commit637a282fccef4b8a294936966c89a6c9c0c4f9db (patch)
treeabc286a9ac885a48bca0711a966e1b1eee0a1d54 /matrix.lua
parent0e9d6fc2a6caa6c60112210ac6d822e3b913cd25 (diff)
downloadgsl-shell-637a282fccef4b8a294936966c89a6c9c0c4f9db.tar.gz
Added missing 'gsl' namespace in matrix initialisation file
Diffstat (limited to 'matrix.lua')
-rw-r--r--matrix.lua 8
1 files changed, 4 insertions, 4 deletions
diff --git a/matrix.lua b/matrix.lua
index d367f714..8d7e6319 100644
--- a/matrix.lua
+++ b/matrix.lua
@@ -62,19 +62,19 @@ local function vector_from_table(ctor, t)
end
function gsl.vector(t)
- return vector_from_table(new, t)
+ return vector_from_table(gsl.new, t)
end
function gsl.cvector(t)
- return vector_from_table(cnew, t)
+ return vector_from_table(gsl.cnew, t)
end
function gsl.matrix(t)
- return matrix_from_table(new, t)
+ return matrix_from_table(gsl.new, t)
end
function gsl.cmatrix(t)
- return matrix_from_table(cnew, t)
+ return matrix_from_table(gsl.cnew, t)
end
local function padstr(s, w)
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月19日 09:50:11 +0000

AltStyle によって変換されたページ (->オリジナル) /