index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
matrix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add abs to Matrix (#2199)
Fernando Wolf Bona
2019-08-21
1
-0
/
+5
*
lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.
marcandre
2018-11-02
2
-1
/
+242
*
lib/matrix: Fix potential bug of Vector#angle_with
marcandre
2018-09-16
1
-0
/
+2
*
lib/matrix: Add hadamard_product/entrywise_product.
marcandre
2017-11-20
1
-0
/
+14
*
lib/matrix: Add Matrix{.|#}combine
marcandre
2017-11-20
1
-0
/
+17
*
lib/matrix: accept vectors in {h|v}stack
marcandre
2017-11-20
1
-0
/
+4
*
lib/matrix: Add explicit coercion #to_matrix
marcandre
2017-11-20
2
-0
/
+8
*
* lib/matrix.rb: Add Vector.zero and Vector#zero?
marcandre
2017-03-14
1
-0
/
+7
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
2
-0
/
+2
*
* remove trailing spaces.
svn
2015-10-23
1
-2
/
+2
*
* lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fix
shugo
2015-10-23
1
-0
/
+26
*
test_matrix.rb: Refactor on Matrix#determinant
nobu
2015-05-08
1
-4
/
+4
*
* lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.
marcandre
2015-03-05
2
-0
/
+10
*
test_vector.rb: fix exception class
nobu
2014-11-19
1
-1
/
+1
*
* lib/matrix.rb: Vector#independent? and associated class method
marcandre
2014-11-19
1
-0
/
+19
*
* lib/matrix.rb: Add Vector#angle_with
marcandre
2014-11-19
1
-0
/
+11
*
* lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensions
marcandre
2014-10-29
1
-2
/
+12
*
* lib/matrix.rb: Add Matrix#adjucate
marcandre
2014-10-29
1
-0
/
+15
*
* lib/matrix.rb: Add aliases for Vector#cross & dot
marcandre
2014-10-29
1
-0
/
+3
*
* lib/matrix.rb: Add @- and @+ for Matrix and Vector.
marcandre
2014-10-07
2
-0
/
+18
*
* lib/matrix.rb: Add Matrix#laplace_expansion.
marcandre
2014-10-07
1
-0
/
+18
*
* lib/matrix.rb: Add Vector.basis.
marcandre
2014-10-07
1
-0
/
+9
*
* lib/matrix.rb: Add hstack & vstack methods.
marcandre
2014-10-03
1
-0
/
+35
*
* lib/matrix.rb: Fix Matrix.rows copy bug.
marcandre
2014-10-03
1
-0
/
+14
*
* test/matrix/test_matrix.rb: Add tests for Matrix class.
hsbt
2014-07-18
1
-0
/
+35
*
* lib/matrix.rb: Fix sign for cross_product [#9499]
marcandre
2014-07-11
1
-0
/
+5
*
* lib/matrix.rb: Add Matrix#cofactor [fix GH-568]
marcandre
2014-04-06
1
-0
/
+11
*
* lib/matrix.rb: Add first_minor [fix GH-568]
marcandre
2014-04-06
1
-0
/
+12
*
* test/matrix/test_matrix: Add tests for trivial cases [fix GH-576]
marcandre
2014-04-06
1
-0
/
+3
*
* lib/matrix: Handle empty diagonal matrix case [fix GH-576]
marcandre
2014-04-06
1
-0
/
+1
*
matrix.rb: complex vector
nobu
2012-09-03
1
-0
/
+15
*
* test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]
marcandre
2011-07-01
1
-1
/
+0
*
* lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rank
marcandre
2010-04-29
1
-18
/
+5
*
* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}
marcandre
2010-04-11
2
-24
/
+0
*
* test/matrix/test_vector.rb: Oups, removed another obsolete test
marcandre
2010-04-05
1
-5
/
+0
*
* test/matrix/test_matrix.rb (class): Cleanup tests
marcandre
2010-04-04
1
-6
/
+0
*
* test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add some
mame
2010-01-27
2
-0
/
+404
*
* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.
nobu
2010-01-09
1
-0
/
+9
*
* test/matrix/test_matrix.rb (TestMatrix#test_rank):
yugui
2009-11-10
1
-0
/
+98
*
* test/matrix/test_matrix.rb (setup): typo.
yugui
2008-09-15
2
-4
/
+16
*
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
yugui
2008-09-14
2
-0
/
+86