octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53242] tests: 'test subspace.m' fails randoml


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53242] tests: 'test subspace.m' fails randomly
Date: Wed, 28 Feb 2018 12:08:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #5, bug #53242 (project octave):

Something else I should point out.  Generally, the definition of subspace can
be of different vector size, i.e., different space dimensionality (hence the
word "sub"):

https://en.wikipedia.org/wiki/Angle#Angles_between_subspaces
https://en.wikipedia.org/wiki/Angles_between_flats

If I were to add a dimension to one of the vectors, say,

a(end+1)
subspace(a,b)

I think that the result should be the same.  But the current routine doesn't
allow it:

error: subspace: column dimensions of A and B must match
error: called from
    subspace at line 42 column 5
    test_script3 at line 18 column 5


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53242>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]