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
/
lib
/
matrix.rb
Age
Commit message (
Expand
)
Author
2020-12-09
[ruby/matrix] Make frozen matrices Ractor shareable
Marc-Andre Lafortune
2020-12-05
[ruby/matrix] Optimize **
Marc-Andre Lafortune
2020-05-01
[ruby/matrix] Add Matrix#adjoint [#14]
Marc-Andre Lafortune
2020-05-01
[ruby/matrix] Optimize Matrix#*
Marc-Andre Lafortune
2020-05-01
[ruby/matrix] Fix Matrix#orthogonal?
Marc-Andre Lafortune
2020-05-01
[ruby/matrix] Fix Matrix#unitary? [#14]
Marc-Andre Lafortune
2020-05-01
[ruby-matrix] Update docs (nicer rendering, undocumented method)
zverok
2020-02-09
Fix message of ExceptionForMatrix::ErrOperationNotDefined
Kazuhiro NISHIYAMA
2019-11-30
Simplified ErrDimensionMismatch class
Hiroshi SHIBATA
2019-11-30
Support argument for ErrNotRegular
Hiroshi SHIBATA
2019-11-30
Support existence usecase for the custom exception classes
Hiroshi SHIBATA
2019-11-30
replace raise method from e2mmap on Scalar class
Hiroshi SHIBATA
2019-11-30
raise method accepts 3 argument with exception class
Hiroshi SHIBATA
2019-11-30
Remove re-define embedded error classes and extract argument on custom error ...
Hiroshi SHIBATA
2019-11-30
Use simple exception classes instead of e2mmap
Hiroshi SHIBATA
2019-08-21
Add abs to Matrix (#2199)
Fernando Wolf Bona
2019-07-15
[ruby/matrix] Add Matrix::VERSION constant
Marcus Stollsteimer
2019-01-10
proc.c: proc without block
nobu
2018-11-02
lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.
marcandre
2018-11-02
lib/matrix: Use consistent style
marcandre
2018-11-02
lib/matrix: use consistent style
marcandre
2018-11-02
lib/matrix.rb: Alias antisymmetric? with skew_symmetric?
marcandre
2018-11-02
Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"
marcandre
2018-09-20
Matrix: Add #reflexive? method. [Fix GH-1730]
marcandre
2018-09-16
lib/matrix: Fix potential bug of Vector#angle_with
marcandre
2018-06-08
Removed needless extension for require.
hsbt
2018-02-06
lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]
marcandre
2018-01-11
matrix.rb: add Matrix#antisymmetric?
stomar
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-11-20
[DOC] Fix example result [ci skip]
kazu
2017-11-20
lib/matrix: Add hadamard_product/entrywise_product.
marcandre
2017-11-20
lib/matrix: Add Matrix{.|#}combine
marcandre
2017-11-20
lib/matrix: accept vectors in {h|v}stack
marcandre
2017-11-20
lib/matrix: Add explicit coercion #to_matrix
marcandre
2017-11-09
lib/matrix: Remove method catalog [doc] [ci-skip]
marcandre
2017-10-21
Use caller with length to reduce unused strings
kazu
2017-03-14
* lib/matrix.rb: Add Vector.zero and Vector#zero?
marcandre
2016-11-29
get rid of test failures on CI introduced at r56927
usa
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-05-21
* lib/matrix.rb: added documentation for Matrix#empty and Matrix#/
hsbt
2015-03-05
* lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.
marcandre
2015-02-22
* lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]
marcandre
2014-11-27
* lib.matrix.rb: Fix typo. Patch by Dimitrios Zorbas. [GH-772]
marcandre
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 Matrix#adjucate
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 Matrix#laplace_expansion.
marcandre
[next]