openGPMP
Open Source Mathematics Package
Public Member Functions | Properties | Static Private Attributes | List of all members
pygpmp.linalg.linalg.Mtx Class Reference
Inheritance diagram for pygpmp.linalg.linalg.Mtx:

Public Member Functions

def __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _linalg.delete_Mtx
 

Detailed Description

Definition at line 121 of file linalg.py.

Constructor & Destructor Documentation

◆ __init__()

def pygpmp.linalg.linalg.Mtx.__init__ (   self)

Definition at line 125 of file linalg.py.

125  def __init__(self):
126  _linalg.Mtx_swiginit(self, _linalg.new_Mtx())

Member Data Documentation

◆ __repr__

pygpmp.linalg.linalg.Mtx.__repr__ = _swig_repr
staticprivate

Definition at line 123 of file linalg.py.

◆ __swig_destroy__

pygpmp.linalg.linalg.Mtx.__swig_destroy__ = _linalg.delete_Mtx
staticprivate

Definition at line 127 of file linalg.py.

Property Documentation

◆ thisown

pygpmp.linalg.linalg.Mtx.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 122 of file linalg.py.


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