Skip to content

Tags: clbustos/extendmatrix

Tags

v0.3.1

Toggle v0.3.1's commit message
spec for eigenpairs

v0.3.0

Toggle v0.3.0's commit message
Added new methods, inspired on SPSS matrix methods: e_mult, e_quo, ms…

…sq, eigen, eigenpairs, ln, sqrt, sscp

v0.2.3

Toggle v0.2.3's commit message
Updated to v0.2.3

v0.2.2

Toggle v0.2.2's commit message
Bug fix on Matrix#dup. Doesn't works on Ruby1.9.2

v0.2.1

Toggle v0.2.1's commit message
Works on Ruby 1.9.2. Fixed conflicts between old and new Matrix imple…

…mentation

v0.2.0

Toggle v0.2.0's commit message
#build adapted from Ruby 1.9.2

v0.1.0

Toggle v0.1.0's commit message
First gem and gitified version

v2008_01_15

Toggle v2008_01_15's commit message
The code does not work anymore in Ruby1.9 and the problem was the

"funcall" function. Some methods were changed in 1.9 so, I replaced the 
line

self.funcall(init_method, *argv)

with

__send(init_method, *argv)