Changed the object metatable to use a different table for methods - 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-ST <francesco.abbate@st.com>2011年02月28日 15:12:30 +0100
committerfrancesco-ST <francesco.abbate@st.com>2011年02月28日 15:12:30 +0100
commit60313bea3183efb50ca4e96a825fab1140f1f4d1 (patch)
tree383b6d7379b067a5c9eebd126a0e3a566ab140cd /matrix.lua
parent571489dca80ab4c3261b03f854a451063f275239 (diff)
downloadgsl-shell-60313bea3183efb50ca4e96a825fab1140f1f4d1.tar.gz
Changed the object metatable to use a different table for methods
Removed the usage of the "__superindex" metamethods. Changed the 'iter' method of ODE to be used as a function instead of a method.
Diffstat (limited to 'matrix.lua')
-rw-r--r--matrix.lua 3
1 files changed, 0 insertions, 3 deletions
diff --git a/matrix.lua b/matrix.lua
index 1c93d03e..e8725660 100644
--- a/matrix.lua
+++ b/matrix.lua
@@ -196,9 +196,6 @@ end
gsl.FFT_hc_mixed_radix.__tostring = hc_print
gsl.FFT_hc_radix2.__tostring = hc_print
-gsl.ODE.iter = ode_iter
-gsl.cODE.iter = ode_iter
-
local function add_matrix_meta_method(key, method)
local m, mt
m = gsl.new(1,1)
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月18日 11:35:04 +0000

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