SubSpaceComponentPropertyΒΆ

newpoint.spad line 43 [edit on github]

This domain implements some global properties of subspaces.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

closed?: % -> Boolean

closed?(x) undocumented

coerce: % -> OutputForm

from CoercibleTo OutputForm

copy: % -> %

copy(x) undocumented

latex: % -> String

from SetCategory

new: (Boolean, Boolean) -> %

new(closed?, solid?) creates new property with given values of closed? and solid?.

solid?: % -> Boolean

solid?(x) undocumented

BasicType

CoercibleTo OutputForm

SetCategory