1 | initial version |
If you compare the documentation of the methods A.solve_right?
when A
is a matrix over QQ
and when A
is a matrix over RDF
, you will find that the former allows B
to be a matrix, but the latter does not. Only vectors are supported/implemented for RDF fields. As such it is not a bug, but I think this should raise a NotImplementedError
when a matrix B
is is used over RDF A
.