matrices with no columns and the | operator

Questions and problems about using polymake go here.
nkriha
Posts: 5
Joined: 26 Nov 2011, 21:59

matrices with no columns and the | operator

Postby nkriha » 10 Jan 2012, 10:01

I don't know if matrices with a zero for one of the dimensions should ever be constructed but this results in a segfault:

Code: Select all

$A = new Matrix<Rational>(5,5); $B = $A | new Matrix<Rational>(5,0); new Polytope<Rational>(POINTS=> $B);
It looks like B is already in some messed up state because viewing columns or rows of it works but print $B shows nothing.

User avatar
gawrilow
Main Author
Posts: 423
Joined: 25 Dec 2010, 17:40

Re: matrices with no columns and the | operator

Postby gawrilow » 10 Jan 2012, 12:21

Also worth creating a ticket.


Return to “Helpdesk”