enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.eSquareMatrix Class Reference
Inheritance diagram for enigma.eSquareMatrix:
enigma.eMatrix enigma.eMatrix4x4

Public Member Functions

def __init__ (self, *args)
 
- Public Member Functions inherited from enigma.eMatrix
def __call__ (self, *args)
 
def __eq__ (self, B)
 
def __ne__ (self, B)
 
def __imul__ (self, *args)
 
def __mul__ (self, *args)
 
def __iadd__ (self, B)
 
def __add__ (self, B)
 
def __isub__ (self, B)
 
def __sub__ (self, B)
 
def rows (self)
 
def columns (self)
 
def initialize (self, rows, columns, a=None)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 NullMatrix = _enigma.eSquareMatrix_NullMatrix
 
 IdentityMatrix = _enigma.eSquareMatrix_IdentityMatrix
 
- Static Public Attributes inherited from enigma.eMatrix
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Constructor & Destructor Documentation

◆ __init__()

def enigma.eSquareMatrix.__init__ (   self,
args 
)
__init__(eSquareMatrix self, unsigned int order, enum eSquareMatrix::MatrixType type) -> eSquareMatrix
__init__(eSquareMatrix self, unsigned int order) -> eSquareMatrix

Reimplemented from enigma.eMatrix.

Reimplemented in enigma.eMatrix4x4.

Member Data Documentation

◆ IdentityMatrix

enigma.eSquareMatrix.IdentityMatrix = _enigma.eSquareMatrix_IdentityMatrix
static

◆ NullMatrix

enigma.eSquareMatrix.NullMatrix = _enigma.eSquareMatrix_NullMatrix
static

◆ thisown

enigma.eSquareMatrix.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
static

The documentation for this class was generated from the following file: