Sha256: 001b5945f43dc1fd3977c47b3b22abb3d0e226e27a9e6338f9db82d58d4f51a4
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
# = TITLE: # Vector # # = SYNOPSIS: # An implementation of the Vector class. # # = AUTHORS: # - Keiju ISHITSUKA # - Cosmin Bonchis # # = DOCUMENTORS: # - Gavin Sinclair # # = NOTES: # - Original Version from Smalltalk-80 version. # - Extensions from Google Summer of Code 2007 project for Ruby Central Inc. require 'stick/matrix' # TODO: Separate Vector from Matrix.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stick-1.3.3 | lib/stick/vector.rb |