Fullspace
In CORA, fullspaces are instantiated by
% fs = fullspace(n);
where
n
is the dimension.
Example:
% initialize fullspace
n = 2;
fs = fullspace(n);
% plot fullspace
plot(fs);