Class: Math::Space::BooleanSpace
- Inherits:
-
TypesSpaceⓣ¹
- Object
- AbstractSpace
- TypesSpace
- TypesSpaceⓣ¹
- Math::Space::BooleanSpace
- Includes:
- Ruuuby::Attribute::Includable::SyntaxCache, Singleton
- Defined in:
- lib/ruuuby/math/space/discrete/boolean_space.rb
Defined Under Namespace
Modules: Syntax
Instance Attribute Summary
Attributes inherited from AbstractSpace
#name, #num_dimensions, #symbol
Instance Method Summary collapse
-
#initialize ⇒ BooleanSpace
constructor
A new instance of BooleanSpace.
- #η̂!(n) ⇒ Object
- #∋?(n) ⇒ Boolean
- #∌?(n) ⇒ Boolean
Methods included from Ruuuby::Attribute::Includable::SyntaxCache
Constructor Details
#initialize ⇒ BooleanSpace
Returns a new instance of BooleanSpace.
28 29 30 31 32 |
# File 'lib/ruuuby/math/space/discrete/boolean_space.rb', line 28 def initialize @space_type = 'types' @symbol = : |
Instance Method Details
#η̂!(n) ⇒ Object
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/ruuuby/math/space/discrete/boolean_space.rb', line 34 def |
#∋?(n) ⇒ Boolean
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/ruuuby/math/space/discrete/boolean_space.rb', line 54 def |
#∌?(n) ⇒ Boolean
71 |
# File 'lib/ruuuby/math/space/discrete/boolean_space.rb', line 71 def |