SubSpaceComponentProperty

newpoint.spad line 57 [edit on github]

This domain implements some global properties of subspaces.

= : (%, %) -> Boolean
from BasicType
close : (%, Boolean) -> Boolean

close(x, b) is undocumented

closed? : % -> Boolean

closed?(x) is undocumented

coerce : % -> OutputForm
from CoercibleTo(OutputForm)
copy : % -> %

copy(x) is undocumented

latex : % -> String
from SetCategory
new : () -> %

new() is undocumented

solid : (%, Boolean) -> Boolean

solid(x, b) is undocumented

solid? : % -> Boolean

solid?(x) is undocumented

~= : (%, %) -> Boolean
from BasicType

CoercibleTo(OutputForm)

SetCategory

BasicType