summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
AgeCommit message (Expand)Author
2019-11-30Simplified ErrDimensionMismatch classHiroshi SHIBATA
2019-11-30Support argument for ErrNotRegularHiroshi SHIBATA
2019-11-30Support existence usecase for the custom exception classesHiroshi SHIBATA
2019-11-30replace raise method from e2mmap on Scalar classHiroshi SHIBATA
2019-11-30raise method accepts 3 argument with exception classHiroshi SHIBATA
2019-11-30Remove re-define embedded error classes and extract argument on custom error ...Hiroshi SHIBATA
2019-11-30Use simple exception classes instead of e2mmapHiroshi SHIBATA
2019-08-21Add abs to Matrix (#2199)Fernando Wolf Bona
2019-07-15[ruby/matrix] Add Matrix::VERSION constantMarcus Stollsteimer
2019-01-10proc.c: proc without blocknobu
2018-11-02lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.marcandre
2018-11-02lib/matrix: Use consistent stylemarcandre
2018-11-02lib/matrix: use consistent stylemarcandre
2018-11-02lib/matrix.rb: Alias antisymmetric? with skew_symmetric?marcandre
2018-11-02Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"marcandre
2018-09-20Matrix: Add #reflexive? method. [Fix GH-1730]marcandre
2018-09-16lib/matrix: Fix potential bug of Vector#angle_withmarcandre
2018-06-08Removed needless extension for require.hsbt
2018-02-06lib/matrix.rb: Document deprecated methods [#12032] [doc] [ci-skip]marcandre
2018-01-11matrix.rb: add Matrix#antisymmetric?stomar
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-11-20[DOC] Fix example result [ci skip]kazu
2017-11-20lib/matrix: Add hadamard_product/entrywise_product.marcandre
2017-11-20lib/matrix: Add Matrix{.|#}combinemarcandre
2017-11-20lib/matrix: accept vectors in {h|v}stackmarcandre
2017-11-20lib/matrix: Add explicit coercion #to_matrixmarcandre
2017-11-09lib/matrix: Remove method catalog [doc] [ci-skip]marcandre
2017-10-21Use caller with length to reduce unused stringskazu
2017-03-14* lib/matrix.rb: Add Vector.zero and Vector#zero?marcandre
2016-11-29get rid of test failures on CI introduced at r56927usa
2015-12-16Add frozen_string_literal: false for all filesnaruse
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 methodmarcandre
2014-11-19* lib/matrix.rb: Add Vector#angle_withmarcandre
2014-10-29* lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensionsmarcandre
2014-10-29* lib/matrix.rb: Add Matrix#adjucatemarcandre
2014-10-29* lib/matrix.rb: Add aliases for Vector#cross & dotmarcandre
2014-10-07* lib/matrix.rb: Add @- and @+ for Matrix and Vector.marcandre
2014-10-07* lib/matrix.rb: Add Matrix#laplace_expansion.marcandre
2014-10-07* lib/matrix.rb: Add Vector.basis.marcandre
2014-10-03* lib/matrix.rb: Add hstack & vstack methods.marcandre
2014-10-03* lib/matrix.rb: Fix Matrix.rows copy bug.marcandre
2014-09-24* lib/matrix.rb: Fix docs. Patched by Ben Woodall. [GH-726]ayumin
2014-07-18* lib/matrix.rb: Avoid using `and`.marcandre
2014-07-11* lib/matrix.rb: Fix sign for cross_product [#9499]marcandre
2014-04-06* lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre
2014-04-06* lib/matrix.rb: Add first_minor [fix GH-568]marcandre