examples/eigen/nonsymmv.rb in rb-gsl-1.16.0.4 vs examples/eigen/nonsymmv.rb in rb-gsl-1.16.0.5
- old
+ new
@@ -11,10 +11,10 @@
eval, evec = GSL::Eigen::nonsymmv(m, w)
p eval
p evec
=begin
-This can be compared with the corresponding output from GNU OCTAVE,
+This can be compared with the corresponding output from GNU OCTAVE,
octave> [v,d] = eig(vander([-1 -2 3 4]));
octave> diag(d)
ans =