aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrix/test_vector.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.marcandre2015-03-051-0/+4
* test_vector.rb: fix exception classnobu2014-11-191-1/+1
* * lib/matrix.rb: Vector#independent? and associated class methodmarcandre2014-11-191-0/+19
* * lib/matrix.rb: Add Vector#angle_withmarcandre2014-11-191-0/+11
* * lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensionsmarcandre2014-10-291-2/+12
* * lib/matrix.rb: Add aliases for Vector#cross & dotmarcandre2014-10-291-0/+3
* * lib/matrix.rb: Add @- and @+ for Matrix and Vector.marcandre2014-10-071-0/+9
* * lib/matrix.rb: Add Vector.basis.marcandre2014-10-071-0/+9
* * lib/matrix.rb: Fix sign for cross_product [#9499]marcandre2014-07-111-0/+5
* matrix.rb: complex vectornobu2012-09-031-0/+15
* * lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre2010-04-111-12/+0
* * test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre2010-04-051-5/+0
* * test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame2010-01-271-0/+102
* * test/matrix/test_matrix.rb (setup): typo.yugui2008-09-151-2/+8
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-141-0/+43