|
def | __init__ (self, *args) |
|
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) |
|
|
| 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 |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
◆ __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.
◆ 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: