mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/matrix/eigenvalue_decomposition.rb: refine code style.
[fix GH-959][ci skip] Patch by @bogdanvlviv git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d11a93c0d1
commit
eb0e81fc8f
2 changed files with 6 additions and 1 deletions
|
@ -458,7 +458,7 @@ class Matrix
|
|||
high = nn-1
|
||||
eps = Float::EPSILON
|
||||
exshift = 0.0
|
||||
p=q=r=s=z=0
|
||||
p = q = r = s = z = 0
|
||||
|
||||
# Store roots isolated by balanc and compute matrix norm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue