LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.math.bit.vector

Classes

class  CAnd
 performs the logical and operation to all bit vectors. More...
 
class  CBoolValue
 returns for the index a boolean value. More...
 
class  CClear
 sets the indexed bit to false within the bit vector. More...
 
class  CCopy
 returns a copy of the vector. More...
 
class  CCreate
 creates a bit vector. More...
 
class  CFalseCount
 returns the number of false values. More...
 
class  CHammingDistance
 calculates the hamming distance. More...
 
class  CNAnd
 performs the logical not-and operation to all bit vectors. More...
 
class  CNot
 performs the logical not operation to all bit vectors. More...
 
class  CNumericValue
 returns for the index a numeric value. More...
 
class  COr
 performs the logical or operation to all bit vectors. More...
 
class  CRange
 returns a new bit vector, based on the current. More...
 
class  CSet
 sets bit position by index and value. More...
 
class  CSize
 returns the size of the vector. More...
 
class  CToBlas
 converts the bit vector to a blas vector. More...
 
class  CToList
 returns the long values of the bit vector as list. More...
 
class  CTrueCount
 returns the number of true values. More...
 
class  CXor
 performs the logical xor operation to all bit vectors. More...
 
class  IOperator
 defines an abstract operator for bit vector More...