index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
matrix
/
test_vector.rb
Age
Commit message (
Expand
)
Author
2021-05-27
Promote matrix to the bundled gems
Hiroshi SHIBATA
2018-11-02
lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.
marcandre
2018-09-16
lib/matrix: Fix potential bug of Vector#angle_with
marcandre
2017-11-20
lib/matrix: Add explicit coercion #to_matrix
marcandre
2017-03-14
* lib/matrix.rb: Add Vector.zero and Vector#zero?
marcandre
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-03-05
* lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.
marcandre
2014-11-19
test_vector.rb: fix exception class
nobu
2014-11-19
* lib/matrix.rb: Vector#independent? and associated class method
marcandre
2014-11-19
* lib/matrix.rb: Add Vector#angle_with
marcandre
2014-10-29
* lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensions
marcandre
2014-10-29
* lib/matrix.rb: Add aliases for Vector#cross & dot
marcandre
2014-10-07
* lib/matrix.rb: Add @- and @+ for Matrix and Vector.
marcandre
2014-10-07
* lib/matrix.rb: Add Vector.basis.
marcandre
2014-07-11
* lib/matrix.rb: Fix sign for cross_product [#9499]
marcandre
2012-09-03
matrix.rb: complex vector
nobu
2010-04-11
* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}
marcandre
2010-04-05
* test/matrix/test_vector.rb: Oups, removed another obsolete test
marcandre
2010-01-27
* test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add some
mame
2008-09-15
* test/matrix/test_matrix.rb (setup): typo.
yugui
2008-09-14
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
yugui