SubSpaceComponentPropertyΒΆ

newpoint.spad line 57 [edit on github]

This domain implements some global properties of subspaces.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

close: (%, Boolean) -> Boolean

close(x, b) undocumented

closed?: % -> Boolean

closed?(x) undocumented

coerce: % -> OutputForm

from CoercibleTo OutputForm

copy: % -> %

copy(x) undocumented

latex: % -> String

from SetCategory

new: () -> %

new() undocumented

solid?: % -> Boolean

solid?(x) undocumented

solid: (%, Boolean) -> Boolean

solid(x, b) undocumented

BasicType

CoercibleTo OutputForm

SetCategory