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

Classes

class  CAnd
 performs the logical and operation to all bit matrices. More...
 
class  CBoolValue
 returns for the index tuple a boolean value. More...
 
class  CColumn
 returns a single column of a bit matrix. More...
 
class  CColumns
 returns the column number of a bit matrix. More...
 
class  CCopy
 returns a copy of the matrix. More...
 
class  CCreate
 creates a bit matrix. More...
 
class  CDimension
 returns the dimension (rows / columns) of a bit matrix. 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 matrices. More...
 
class  CNot
 performs the logical not operation to all bit matrices. More...
 
class  CNumericValue
 returns for the index tuple a numeric value. More...
 
class  COr
 performs the logical or operation to all bit matrices. More...
 
class  CRow
 returns a single row of a bit matrix. More...
 
class  CRows
 returns the row number of a matrix. More...
 
class  CSize
 returns the size (rows * columns) of the matrix. More...
 
class  CToBlas
 converts the bit matrix to a blas matrix. More...
 
class  CToVector
 converts the bit matrix into a bit vector. More...
 
class  CTrueCount
 returns the number of true values. More...
 
class  CXor
 performs the logical xor operation to all bit matrices. More...
 
class  IOperator
 defines an abstract operator for bit matrix More...
 
class  IRowColumn
 abstract class for extracting row / columns form a bit matrix More...